@charset "utf-8";
/* CSS Document */
body
{
	background-color: #CCFF99;
	color: #663399; 
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px
}

h1
{
	font-weight: bold;
	font-size: 13px
}

p
{
     font-size: 13px
}

li
{
	font-size: 13px
}

a:link
{
	color: #6666CC;
}

a:visited
{
	color: #993399
}

a:active
{
	color: #993399
}

.smalllink
{
	font-size: 10px
}

.leftnav
{
    text-align: center;
    font-weight: bold;
    font-size: 12px
}

.smalltext
{
	font-size: 10px
}