@charset "UTF-8";
/* CSS Document */
	
	ul {
	width: 325px;

}	
	li {
	width: 300px;

	}
	.homepage {color:#000000;
			font-size:13px;
			font-family:Trebuchet MS, Officina sans book, helvetica, sans-serif;
			font-weight:bold;
			}
	.content {color:#000000;
			font-size:13px;
			font-family:Trebuchet MS, Officina sans book, helvetica, sans-serif;
			}

	.footer {color:#000000;
				font-size:11px;
				font-family:Trebuchet MS, Officina sans book, helvetica, sans-serif;
				}	
				
	.homepage a:link {
		text-decoration:none;
		color:#000000;
	}
	.homepage a:visited {
		text-decoration:none;
		color:#000000;
	}
	.homepage a:hover {
		text-decoration:none;
		color:red;
	}
	
	
a:link {color: #de372b; text-decoration: none; }
a:active {color: #de372b; text-decoration: none; }
a:visited {color: #de372b; text-decoration: none; }
a:hover {color: #de372b; text-decoration: underline; }
-->