/* CSS Document */

html, body, #wrapper 
{
height:100%;
margin: 0px auto;
padding: 0;
border: none;
text-align: center;
}

A:link    {color: rgb(255, 204, 204)}
A:visited {color: rgb(153, 204, 255)}
A:hover   {color: rgb(153, 153, 204)} 
A:active  {color: rgb(153, 153, 204)}

.style0 a:link {color: #FFCCCC;}
.style0 a:visited {color: #99CCFF;}
.style0 a:hover {color: #9999CC;}
.style0 a:active {color: #9999CC;}
.style0{
	color:#E1D1E7;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 9 pt;
	font-style: normal;}
