/*	CSS - DO NOT MODIFY WITHOUT AUTHORIZATION */

body {
background-color: white;
scrollbar-arrow-color: black; 
scrollbar-face-color: white; 
scrollbar-track-color: white;
scrollbar-3dlight-color: black;
scrollbar-highlight-color: black;
scrollbar-darkshadow-color: black;
scrollbar-shadow-color: black;
margin-left: 0;
margin-right: 0;
margin-top: 10;
margin-bottom: 30; 
}
p {
font-family: verdana, arial, helvetica;
font-size: 13px;
color: black;
text-align: center;
}
.textwhite {
font-size: 11px;
color: white;
}
.textgray {
font-size: 11px;
color: gray;
}
h1 {
font-family: times new roman, times, serif;
font-size: 26px;
font-weight: bold;
color: #FF66FF;
text-align: left;
}
h2 {
font-family: verdana, arial, helvetica;
font-size: 16px;
font-weight: bold;
color: #365daa;
text-align: center;
}
a:link {
font-family: verdana, arial, helvetica;
font-size: 13px;
color: black;
text-decoration: none;
}
a:visited {
font-family: verdana, arial, helvetica;
font-size: 13px;
color: black;
text-decoration: none;
}
a:hover {
font-family: verdana, arial, helvetica;
font-size: 13px;
color: #ff66ff; 
text-decoration: none;
}
a.menu:link {
font-family: verdana, arial, helvetica;
font-size: 15px;
color: white;
text-decoration: none;
}
a.menu:visited {
font-family: verdana, arial, helvetica;
font-size: 15px;
color: white;
text-decoration: none;
}
a.menu:hover {
font-family: verdana, arial, helvetica;
font-size: 15px;
color: gray; 
text-decoration: none;
}