/* CSS Document */
body {
	font: 90%/1.5 Arial, Verdana, sans-serif;
	color: #FFFFFF;
	
	}
	
h1 {
	font-size:160%;
	color: #000051;
	}
	
h2 {
	font-size:140%;
	}
	
h3 { 
	font-size:120%;
	}
	
h4 {
	font-size:100%;
	}
	
h5 {
	font-size:90%;
	}

a {
	font-size: 100%;
	}
	
a:link {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: 1px dashed #ffffff;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
	border-bottom: 1px dashed #ffffff;
}
a:hover {
	text-decoration: none;
	color: #000051;
	border-bottom: 1px dashed #000051;
	font-size: 100%;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
	border-bottom: 1px dashed #ffffff;
}
