/* CSS Document */

body {
	background:url(../images/background.jpg) repeat-y 50% 0; 
	background-attachment: fixed; margin: 0; padding: 0;
	}

.menuFont {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	}
	
.menuFont a {
	color:#FFFFFF;
	text-decoration:none;
	}

.menuFont a:hover{
	text-decoration:underline;
	}
	
.defaultFont{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	}

.defaultFont a{
	color:#66FFFF;
	}
	
.defaultFont a:hover{
	color:#FFFFFF;
	}
		
.footerFont {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	}
