@charset "utf-8";
/* CSS Document */

.menu {
	font-family: Trebuchet MS;
	color: #274924;
	text-align:center;
	font-size:16px;
}

.content {
	font-family: Trebuchet MS;
	color: #274924;
	text-align:left;
	font-size:12px;
}

.main {
	font-family: Times New Roman;
	color: white;
	font-size:12px;
	
}

.press {
	font-family: Trebuchet MS;
	color: #f30c10;
	text-align:left;
	font-size:16px;
}



A:link {
	font-family: Trebuchet MS;
	color: #274924;
	text-align:center;
	font-size:16px;
	}
A:visited {color:#274924}
A:active {text-decoration: none; color: #666666}
A:hover { color:#f30c10}

