a:link
{
	color: rgb(0, 128, 0);
}
a:active
{
	color: rgb(128, 0, 128);
}
a:visited
{
	color: rgb(0, 102, 102);
}
body
{
	background-image:url('../images/logo_transparent_gross.gif');
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-position:center;
	background-color:#FFFFFF;
	color: rgb(0, 0, 0);
	font-family: 'Comic Sans MS' ; 
	font-size: 10pt;
}

h1
{
	font-family: Comic Sans MS; font-size: 18pt; color: #008000;
}
h2
{
	font-family: Comic Sans MS; font-size: 12pt; color: #008000;
}
textarea     
{ 
	font-family: Comic Sans MS; font-size: 10pt 
}
