@import url(../WebMain.css);

a:link
{
	color: rgb(130,255,80);
	font-size: 14pt;
}
a:visited
{
	color: rgb(110,200,60);
	font-size: 14pt;
} 
a:active 
{
	color: rgb(132,182,47);
	font-size: 14pt;
}
body
{
	color: rgb(215,255,125);
	background-color: #000018;
}
table
{
	border-style: none;
}
td
{
	border-style: none;
}
h1, h2, h3, h4, h5, h6
{
	color: rgb(222,75,33);
}
h1
{
	font-size: 18pt;
}
