body {
background-color: #99ffff;
color: #00008b;
font-family: verdana;
font-size:small;

}


h4 {
text-align: center;
font-family: verdana;
font-size: 18pt;
font-weight: bold;

}

h5 {
font-family: Verdana;
font-size:16pt;
font-weight:bold;
}

h6 {
font-family: verdana;
font-size:14pt;
font-weight:bold;
}

p	{
font-family: verdana;
font-size: small;
margin-left:3%;
margin-right:3%;
}



table	{
background-color: #99ffff;
border-collapse: collapse;
border: 1px solid ;
border-color: #00008b;
font-family: verdana;
font-size: small;

}


td {
border: 1px solid ;
border-color: #00008b;
}

.bdr0	{
background-color: #99ffff;
border: 0px;
}

.text_c{
text-align: center;
}

.text_r {
text-align: right;
}



input{
background-color: #ccffff;
}

button {
background-color: #ccffff;
}


a:link{
color:blue;
text-decoration:underline;
}

a:visited 	{
color:purple;
text-decoration:underline;
}


