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

.content {
	background-color: #fafafa; /*ffffff*/	
	font-family: Calibri, Tunga, "Trebuchet MS", "Tw Cen MT Condensed", "AvantGarde LT CondMedium", "Helvetica LT Condensed",  			 	sans-serif;
	font-size: 90%;
	position: relative;
	float: right;
	width: 520px;
	height: 397px;
	right:65px;
	overflow:auto;
	}
	
	
.list {
	position: absolute;
	float:left;
	height: 397px;
	padding-left:20px;
	padding-right:10px;
}

.links1 {	
	font-family: Calibri, Tunga, "Trebuchet MS", "Tw Cen MT Condensed", "AvantGarde LT CondMedium", "Helvetica LT Condensed",  			 	sans-serif;
	font-size: 95%;
	text-decoration:none;
	color:#cc0000;
	

	}
	
.links1:hover {
	text-decoration:underline;
	}