



	
body { background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	background-color: #000000; 
	margin: 0; 
	padding: 0;
}


.white 	{ border: 1px #0000ff solid;
background-image: url(../images/backgroundwhite.gif);
		background-repeat: repeat-z; }
.blue 	{ background-color: #00008f; border: 1px #0000ff solid; }

.large { font-weight: bold; font-size: 30px; color : #000000;}

a.navbuttonmenu {
background-color : #ffffff;
font-weight : normal;
font-family : Arial, Helvetica, sans-serif;
color : #000000;
text-decoration : none;
display : block;
width : 100%;
}
a.navbuttonmenu:hover {
background-color : #aaaaff;
font-weight : bold;
font-family : Arial, Helvetica, sans-serif;
color : #000000;
text-decoration : none;
display : block;
width : 100%;
text-align : left;
}