/*comment*/

a:link {
  color: #FFFF00; 
}

a:visited {
  color: #FF9900; 
}

a:hover { 
  color: #FF0000; 
  background: #FFFFFF;
}

a:active { 
  color: #6699FF; 
  background: #FFFFFF;
}

body {
margin: 0px 0px;
background-color: #99CCFF;

font-size: 100%;
color: #000000;
text-align: center; 
font-family: Times New Roman, Arial, sans-serif;
}


h1 {
font-family: Times New Roman, Arial, sans-serif;
font-size: 200%;
color: #FFFF00;
text-align: center; 
}

h3 {
font-family: Times New Roman, Arial, sans-serif;
font-size: 100%;
color: #FFFF00;
text-align: center; 
}

div.centerall {
text-align: center; 
}


div.copyright {
font-family: Arial, Times New Roman;
color: #ff0000;
font-size: 60%;
text-align: center;
}

div.siteadvice {
font-family: Arial, Times New Roman;
color: #ff0000;
font-size: 80%;
text-align: center;
}

table.boldleftalignsmtxt {
font-family: Times New Roman, Arial, sans-serif;
font-size: 80%;
color: #FFFF00;
font-weight: bold;
text-align: left;
margin: auto;
}

table.leftalignsmtxt {
font-family: Times New Roman, Arial, sans-serif;
font-size: 80%;
color: #FFFF00;
text-align: left;
margin: auto;
}

table.boldcentertxt {
font-family: Times New Roman, Arial, sans-serif;
font-size: 100%;
color: #FFFF00;
font-weight: bold;
text-align: center;
margin: auto;
}

table.boldcentertxtsm {
font-family: Times New Roman, Arial, sans-serif;
font-size: 80%;
color: #FFFF00;
font-weight: bold;
text-align: center;
margin: auto;
}

table.leftaligntxt {
font-family: Times New Roman, Arial, sans-serif;
font-size: 100%;
color: #000000;
text-align: left;
margin: auto;
}

table.leftalignboldtxt {
font-family: Times New Roman, Arial, sans-serif;
font-size: 100%;
color: #FFFF00;
font-weight: bold;
text-align: left;
margin: auto;
}

table.center {
text-align: center;
margin: auto;
}

div.notice {
font-family: Times New Roman, Arial, sans-serif;
color: #FFFF00;
font-size: 100%;
font-weight: bold;
text-align: center;
}







