.blue {
	color : #00008B;
}

html {
	height:100%;
}

body {
	height:100%;
	margin:0;
	padding:0;
}

hr{
	color : #00008B;
	height: 2px;
	background-color : #00008B;
}

h1{
	color : #00008B;
}

h2{
	color : #00008B;
}

h3{
	color : #00008B;
}

td.menu {
	font-weight : bold;
	font-size : larger;
	text-decoration : none;
	color : #CD2626;
}

a {
	color : #00008B;
}



a.menu {
	font-weight : bold;
	font-size : larger;
	text-decoration : none;
}
a.menu:link, a.menu:visited  {
	color : #7D26CD;
}
a.menu:hover {
	color : #A00000;
}

#bg {
	position:fixed;
	top:0; left:0;
	width:100%;
	height:100%;}

#page {
	position:relative;
	z-index:1;
}

