a:link
{
	color: rgb(0,51,204); 
}
a:visited
{
	color: rgb(100,100,100); 
} 
a:active 
{
	color: rgb(255,153,0);
}
body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: rgb(255,255,204);
	color: rgb(102,51,153);
	font-size:100%;
}
img
{
	border: 2px solid #C0C0C0}
table
{
	/*table-border-color-light: rgb(255,102,153);
	table-border-color-dark: rgb(102,51,153); */
	border-color: rgb(255,102,153);
}
th
{
	font-weight: bold;
	text-align: left;
	vertical-align: top;
}
td
{
	font-weight: normal;
	vertical-align: top;
}
p
{
	margin-top: 4;
	margin-bottom: 3;
}
ul
{
    font-size: 90%;
}
li
{
    list-style-type: disc;
}

h1, h2, h3, h4, h5, h6
{
	font-weight: bold;
}
h1
{
	color: #663399;
	font-size:150%;
}
h2
{
	font-size:130%;
	color: rgb(255,102,153); 
}
h3
{
	font-size:120%;
	color: rgb(51,153,102); 
}
h4
{
	font-size:110%;
	color: rgb(102,51,153);
}
h5
{
	color: rgb(255,102,153);
}
h6
{
	color: rgb(51,153,102);
}
.smallprint
{
	font-size: 70%;
}