.style1 { color: rgb(51, 0, 51);
font-size: 18px;
font-weight: normal;
font-family: calibri;
}

.style1a { color: rgb(51, 0, 51);
font-size: 20px;
font-weight: bold;
font-family: cambria;
}
.style1_center { color: rgb(51, 0, 51);
font-size: 18px;
font-weight: normal;
font-family: calibri;
text-align: center;
}



.style2 { text-align: center;
color: rgb(102, 51, 102);
}
.style3 { font-size: medium;
color: rgb(51, 0, 51);
}
.style4 { font-size: small;
color: rgb(51, 0, 51);
}
.style5 { color: rgb(128, 0, 0);
}
.style6 { font-size: large;
text-decoration: underline;
color: rgb(51, 0, 51);
}
.style7 { font-family: Chiller;
font-size: 20px;

color: rgb(51, 0, 51);
}

.style7a { font-family: Chiller;
font-size: 40px;
font-weight: bolder;
text-decoration: line-through;
color: red;
}

.style8 { font-family: calibri;
color: rgb(102, 51, 102);
font-size: 25px;
}
.style9 { font-family: Calibri;
color: rgb(255, 0, 0);
font-weight: bold;
text-decoration: underline blink;
font-size: 30px;
}
.style10 { font-family: Calibri;
font-size: 18px;
color: rgb(255, 0, 0);
font-weight: bold;
}
.style11 { border: 8px solid rgb(255, 0, 0);
font-family: calibri;
font-size: 15px;
font-weight: bold;
background-color: rgb(204, 204, 204);
color: rgb(0, 0, 0);
}
.style12 { font-family: Calibri;
font-size: 25px;
color: rgb(255, 0, 0);
font-weight: bold;
}
.style25 { border: 5px inset rgb(0, 0, 0);
    padding: 10px;
    text-align: center;
    font-family: calibri;
    font-size: 30px;
    background-color: rgb(228, 228, 228);
    }

.style25a { border: 5px inset rgb(204, 153, 51);
    padding: 10px;
    text-align: center;
    font-family: calibri;
    background-color: rgb(255, 255, 204);
    }
.style25b { border: 5px inset rgb(204, 153, 51);
    padding: 10px;
    text-align: center;
    font-family: calibri;
    color: gray ;
    background-color:gray ;
    } 
.style25c { border: 5px inset rgb(204, 153, 51);
    padding: 10px;
    text-align: center;
    font-family: calibri;
    color: white;
    background-color: yellowgreen;
    }
.style25d { border: 5px inset rgb(204, 153, 51);
    padding: 10px;
    text-align: center;
    font-family: calibri;
    color: red;
    background-color: red;
    }.style25g { border: 5px inset rgb(204, 153, 51);
    padding: 10px;
    text-align: center;
    font-family: calibri;
    color: white;
    background-color: gold;
    }
  .style25f { border: 5px inset rgb(204, 153, 51);
    padding: 10px;
    text-align: center;
    font-family: calibri;
    color: black;
    background-color: rgb(153, 153, 255);/*light blue*/
    }  
    .highlight2 { font-family: Calibri;
 text-align: center;
    font-weight: bold;
    font-size: 25px;
    color: rgb(255, 255, 255);/*white*/
    background-color: green;
    }
    
.background4 { background-color: rgb(204, 255, 255);
    }/*light green*/

.style40 { text-align: center;
    font-family: calibri;
    font-size: 30px;
    }
.title { font-family: Cambria;
font-size: 35px;
text-align: center;
font-weight: bold;
background-color: rgb(0, 153, 0);
color: rgb(51, 51, 0);
}
.title1 { font-family: Cambria;
font-size: 35px;
text-align: center;
font-weight: bold;
color: rgb(51, 51, 0);
background-color: rgb(255, 0, 0);
}
.title2 { font-family: Cambria;
text-align: center;
font-weight: bold;
color: rgb(51, 51, 0);
font-size: 25px;
}
.title3 { border: 15px ridge red;
    font-family: AvantGarde Bk BT;
    font-weight: bold;
    text-align: center;
    font-size: 30px;
    background-color: rgb(51, 255, 51);
    color: rgb(0, 0, 0);
    }
.title4 { border: 15px ridge black;
    font-family: AvantGarde Bk BT;
    font-weight: bold;
    text-align: center;
    font-size: 20px;
    background-color: green;
    color: rgb(0, 0, 0);
    }   
.box { border: 10px ridge black;
font: Cambria;
text-align: center;
font-size: 30px;
color: white;
background-color: green;
}   
.background { opacity: 1;
background-color: rgb(153, 153, 255); /*blue*/
}
.background1 { background-color: rgb(255, 204, 204); /*pink*/
}
.background2 { background-color: rgb(204, 204, 204); /*grey*/
}
.background3 { background-color: rgb(255, 255, 102); /*yellow*/
}
