﻿* 
{
	margin: 0; 
	padding: 0; 
}

body { 
	text-align: center; /*centers the content in IE5/win */ 
	background: #d5d5d5; 
	font-family: Verdana;
	font-size: 12px;
	
} 

IMG 
{
	border: 0px;
}

td
{
	vertical-align: top;
}

a:link {
	text-decoration: none;
	font-weight: normal;
	color: blue;
}

a:active {
	text-decoration: none;
	font-weight: normal;
	color: blue;
}

a:visited {
	text-decoration: none;
	font-weight: normal;
	color: blue;
}

a:hover {
	text-decoration: underline;
	font-weight: normal;
	color: red;
}

a:link.mainmenu {
	text-decoration: none;
	font-weight: normal;
	color: black;
}

a:active {
	text-decoration: none;
	font-weight: normal;
	color: black;
}

a:visited {
	text-decoration: none;
	font-weight: normal;
	color: black;
}

a:hover {
	text-decoration: none;
	font-weight: normal;
	color: yellow;
}

