/*	CSS - DO NOT MODIFY WITHOUT AUTHORIZATION */

body {
background-color: black;
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:40;
}
p {
font-family: verdana, arial, helvetica;
font-size: 11px;
color: white;
text-align: center;
}
h1 {
font-family: times new roman, times, serif;
font-size: 23px;
font-weight: bold;
color: #ff66ff;
text-align: center;
}
h2 {
font-family: verdana, arial, helvetica;
font-size: 16px;
font-weight: bold;
color: white;
text-align: center;
line-height: 200%;
padding: 40 0 0 0;
}
a:link {
font-family: verdana, arial, helvetica;
font-size: 11px;
color: white;
text-decoration: none;
}
a:visited {
font-family: verdana, arial, helvetica;
font-size: 11px;
color: white;
text-decoration: none;
}
a:hover {
font-family: verdana, arial, helvetica;
font-size: 11px;
color: #ff66ff; 
text-decoration: underline;
}
