/*
	Author	:	InSoon Felch
	Email		:	insoonfelch@email.grcc.edu
	Website	:	http://www.insoondesign.com/
*/
 

/* general */
a {
	color:darkolive;
	text-decoration:none
}
.h3{color:#eeeeee;}
.h4{
color:black;
margin:20px;
	}
.h2{color:#ffffff;}

a:hover {
	color:orange;
	text-decoration:none;
}

/* body */
body {  

background-color:#ffffff;
position: relitive; 
	font:1em Arial, Helvetica, "bitstreaacm vera sans", sans-serif;
	weight:bold;
}

/* link */
#link {
	background:#f3f3a6;
	border-right:1px solid #999;
	margin:0 auto;
	width:750px;
	height:30px;
	list-style:none;
}

#link a {
	color:green;
	display:block;
	line-height:40px;
	text-align:center;
}
#link a:hover {
	background:#e3e3e3;
	color:#555;
}
#link .active {
	background:#00ffff;
	color:#777;
}

