
A.mainlink:link{
	font-family: Impact;
	color: darkblue;
	text-decoration: none;
	font-size:28px;
	/*background-image:*/
}
A.mainlink:visited{
	font-family: Impact;
	color: darkblue;
	text-decoration: none;
	font-size:28px;
}
A.mainlink:hover{
	font-family: Impact;
	color: green;
	text-decoration: none;
	font-size:28px;
}

a:link{
	color: darkblue;
	text-decoration: none;
}
a:visited{
	color: darkblue;
	text-decoration: none;
}
a:hover{
	color: green;
	text-decoration: underline & overline;
}

h1{
	font-family: Arial;
}
h2{
	font-family: Arial;
}
h3{
	font-family: Arial;
}
h4{
	font-family: Arial;
}
h5{
	font-family: Arial;
}
h6{
	font-family: Arial;
}
p{
	FONT: 12px Arial;
}
blockquote{
	FONT: 12px Arial;
}
div{
	FONT: 12px Arial;
}
table{
	FONT: 12px Arial;
}
span{
	FONT: 12px Arial;
}
ul{
	FONT: 12px Arial;
	list-style-image:url(graphics/smallbluearrow.gif);
}
li{
	FONT: 12px Arial;
}

