@charset "UTF-8";
/* CSS Document */

body {
	background-image:url(images/graphpaperBG.jpg); 
	font-family:Arial; 
	font-size:14px; 
	color: #FFFFFF;
	text-align:left;
	
}

.menu {
		font-size:20px;
		font-weight:bolder;
		height: 55px;
		background-repeat: no-repeat;
		padding-left:90px;
		padding-top:10px;
		
		
			}
	
	a:link {
		color:#FFFF00;
		text-decoration:underline;
		font-weight:bold;
	}
	
	a:active {
		color:#FFFF00;
		text-decoration:underline;
		font-weight:bold;
		}
		
	a:visited {
		color:#FFFF00;
		text-decoration:underline;
		font-weight:bold;
		}
	
	a:hover {
		color:#FF9900;
		text-decoration:underline;
		font-weight:bold;
		}	
			
		
	.menu A:link {
		color:#000000;
		text-decoration:none;
		}
		
	.menu A:visited {
		color:#000000;
		text-decoration:none;
			}
	.menu A:active {
		color:#FF0000;
		text-decoration:none;
	}		
			
	.menu A:hover {
		color:#FF0000;
		text-decoration:none;
		}
