@charset "utf-8";
/* CSS Document */
/*this is the friggen links page CSS*/

#h1 {
	font-size:1.2em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666666;

}

#contentLinks  {
	background-image:url(../images/SordbaseForWeb.png);
	height:1000px;
	background-repeat: no-repeat;
	width: 900px;	
}


#linksList  {
	padding:20px;
	
	

}

#linksList ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#linksList ul li {
 	text-decoration:none;
 
}

#linksList ul li a{
	text-decoration:none;
	color:#666666;

}


#linksList ul li a:hover{
	text-decoration:underline;
	color:#FF0000;
	
}
