html,Body {	
	height : 100%;
	font-family : arial;
	font-size : 13px;	
}

#Menu {
	font-family : courier new;
	font-size : 18px;
	font-weight : bold;
	text-align : right;
	color : green;	
}

#Menu A {
	text-decoration : none;
	color : lime;
  padding-right : 40px;
}

#Menu A:Link {	
	color : #97cb4a;	
}

#Menu A:Visited {
	color : #97cb4a;	
}

#Menu A:Hover {
	color : green;
}

#Content {	
	padding-top : 10px;
	padding-left : 100px;
	padding-right : 150px;
	padding-bottom : 50px;
	color : #454545;
}

#Content H1 {
	font-size : 24px;
}

#MenuItems {
	background-image : url('Images\\MenuGradient.jpg');
	background-position : left;
}

