html,body {
	height:100%;
	width:100%;
	margin:0;
	padding:0;
}

A {
	font-family: "Arial", sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	Color: #FFFF00;
	
	}


A:Visited{
	Color: #FFFF00;
	text-decoration: none;
	
	}


A:link{
	Color: #FFFF00;
	text-decoration: none;
	
	}

A:Active{
	Color: #FFFF00;
	text-decoration: none;
	
	}


A:Hover{
	font-size: 16px;
	Text-Decoration : none;
	Color: #FFFF00;
	
	}
	
	
A.menu {
	font-family: "Arial", sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	Color: #FFFF00;
	
	}


A.menu:Visited{
	Color: #FFFF00;
	text-decoration: none;
	
	}


A.menu:link{
	Color: #FFFF00;
	text-decoration: none;
	
	}

A.menu:Active{
	Color: #FFFF00;
	text-decoration: none;
	
	}


A.menu:Hover{
	font-size: 16px;
	Text-Decoration : underline;
	Color: #FFFF00;
	
	}

A.submenu {
	font-family: "Arial", sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	Color: #FFFF00;
	
	}


A.submenu:Visited{
	Color: #FFFF00;
	text-decoration: none;
	
	}


A.submenu:link{
	Color: #FFFF00;
	text-decoration: none;
	
	}

A.submenu:Active{
	Color: #FFFF00;
	text-decoration: none;
	
	}


A.submenu:Hover{
	font-size: 14px;
	Text-Decoration : underline;
	Color: #FFFF00;
	
	}
