/* mystyle.css */

body
{ background: transparent;
scrollbar-face-color:FFFFF;
scrollbar-highlight-color:FFFFFF;
scrollbar-3dlight-color:FFFFFF;
scrollbar-darkshadow-color:FFFFFF;
scrollbar-shadow-color:FFFFFF;
scrollbar-arrow-color:FC00A6;
scrollbar-track-color:DDDCDD;
 }
 

h1
{color: #343434;
font-family: verdana;
font-size: 14pt;
font-weight: normal;
letter-spacing: -1pt;}

p
{color: #7B7B7B;
font-family: verdana;
	font-size: 8pt;}

A:link
{color: #FC03A1;
text-decoration: underline;
font-family: verdana;
	font-size: 8pt;}

A:visited
{color: #FC03A1;
text-decoration: underline;
font-family: verdana;
	font-size: 8pt;}

A:active
{color: #FC03A1;
text-decoration: underline;
font-family: verdana;
	font-size: 8pt;}

A:hover
{color: #7B7B7B;
text-decoration: none;
font-family: verdana;
	font-size: 8pt;
}