#header {
	background : #6394C7;
	border-top    : 2px solid #000666;
	border-bottom : 2px solid #000666;
	color : #ffffff;
	margin : 0px;
	padding : 5px;
}

a {
	color : #0000FF;
	text-decoration : none;
}

a:hover {
	color : #cb2f2f;
	text-decoration : underline;
}


body { background : #a1ccfd;
	color : #000000;
	font-family : Tahoma, Arial, sans-serif;
	font-size : 14px;
	
}

h1 {
	font-size : 28px;
        font-weight: bold;
	color : #ffffc0;
}

h2 {
	font-size : 18px;
}

h3 {
	font-size : 16px;
}
h4 {
	font-size : 15px;
}

h6 {
	font-size : 14px;
	font-weight:normal;
}

