body 
	{
	background:#FEFE80 none;
	font-family: verdana; 
	font-size: 12px; 
	font-weight: 300;
	color:#555555;
	}

h1 
	{
	font-family: verdana; 
	font-size: 24px;
	font-weight: 700;
	}
h2 
	{
	font-family: verdana; 
	font-size: 16px;
	font-weight: 700;
	}
h3 
	{
	font-family: verdana; 
	font-size: 12px; 
	font-weight: 300;
	}
h4
	{
	font-family: verdana; 
	font-size: 12px; 
	font-weight: bold;
	color: #555555; 
	}
		
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #B7A5DF;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #B7A5DF;
	}
a:active { 
	font-weight: bold; 
	text-decoration: none; 
	color: #B7A5DF;
	}	
a:hover { 
	text-decoration: none; 
	color: #333333;
	}
	
table.std {
	font-family: verdana; 
	font-size: 12px; 
	font-weight: 300;
	border: 0px; 
	}
table.grey {
	font-family: verdana; 
	font-size: 12px; 
	font-weight: 300;
	cellpadding: 1px;
	cellspacing: 1px;
	border: solid gray 1px; 
	}