@import "reSet.css";

body{
	font-size: 18px;
	font-family: Arial, Helvetica, sans serif;
}

#wrapper{
	width: 940px;
	margin-left: auto;
	margin-right: auto;
}


header{
	width: 940px;
	height: 100px;
	margin-top: 60px;
}

h1{ 
font-size: 22px;
}

/*nav*/

nav ul li{
	list-style:none;
	display: inline;
}
nav li{
	margin-right: 20px;
}

	
nav a:link {  
	color:#333; 
	text-decoration:none; 
	font-family: Arial, Helvetica, san-serif; 
	 
	font-weight: normal;
	}

nav a:visited { 
	color:#333; 
	font-family: Arial, Helvetica, san-serif; 
	 
	font-weight: normal;
	text-decoration:none; 
}

nav a:hover {  
	color: #990; 
	text-decoration:none; 
	font-family: Arial, Helvetica, san-serif; 
	
	font-weight: normal;
	text-decoration:none; 
}	
	
section{ 
margin-top: 60px;
padding-left: 8px;
}
a.pageLink:link { 
	color:#f00; 
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color:  #990;
	
	}
a.pageLink:visited { 
	color:#f00;
	text-decoration:none; 
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color:  #990;  	
	
}
a.pageLink:hover {  
	color: #990; 
	text-decoration:none; 
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color:  #f00;
	
}