body, html {
	background-color: #CACCC8;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	clip:  rect(0px 0px 0px 0px);
	padding: 0px;
	background-repeat: repeat;
}

a:link{
	color : #FFCC00;
	text-decoration : none;
	font-weight: bold;

}

a:visited{
	color : #FFCC00;
	text-decoration : none;
	font-weight: bold;

}

a:hover {
	color : #FF0000;
	text-decoration : blink;
	font-weight: bold;

}

a:active{
	color : #FFCC00;
	text-decoration : none;
	font-weight: bold;

}

h1{
	color : #660000;
	font-size : 200%;
}

h6{
	color : #660033;
	font-size : 100%;
	font-weight: bold;

}

.NavigationHead{
	text-decoration : none;
	background-color: #333333;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	font-size: 14px;
}

a.NavigationHead:link {color:ffffff; text-decoration:none;}

