body {
	background-color: #ffffff;
	font-size: 76%;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

p,ol,dl,ul,table	{
	font-size: 1.0em;
}

a:link	{
	font-weight: bold;
	color:#ff6666;
	text-decoration: none;
}

a:visited	{
	font-weight: bold;
	color: #ffabab;
	text-decoration: none;
}

a:hover  {
	font-weight: bold;
	color: #00cccc;
	text-decoration: underline;
}

a:active	{
	font-weight: bold;
	color: #993399;
	text-decoration: underline;
}

h1,h2,h3,h4,h5,h6 {
    color : #993399;
}

.accent	{
	color : #00cccc;
}

