/* CSS Document */
<style type="text/css">
<!--
.style1 {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.style3 {font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; 
}
<!--  Make sure to close comment tags within CSS
/* align text centered  Text will default to align vertically */ 
    .align{text-align:center;}
/* assign arial 14px font */
    tr td{font-family:arial;font-size:12px;}
/* set class of bold for clickable text */
    .header{font-family:arial;font-size:22px;font-weight:bolder;}
/* text color of white */
    .whitetext{color:#000000;}
/* assign classes to body text */
    .attntext {font-family: arial;
               font-size: 20px;
               font-weight: bold;}
    .smitalic {font-family: arial;
               font-size: 12px;
               font-style:italic;}
    .namestyle {font-family: arial;
               font-size: 12px;
               font-style: normal;}
    .yellowtxt {color: #FFFFCC;}
    .redtext   {color: #FF3333;}
    .pagehead {font-family: arial;
               font-size: 18px;
               font-weight: bold;
               color: #FF3333;}
    .avgtext {font-family: arial;
               font-size: 18px;
               font-weight: bold;
               font-style: italic;}

.style2 {
	font-size: 12px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
}

-->
</style>
