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

#content_area {
	height: 100%;
	width: 100%;
	background-color: #FFFFFF;
	font-family: "trebuchet ms";
	font-size: 12px;
	font-style: normal;
	align: center;
}

A:link {text-decoration: #ff0000}
A:visited {text-decoration: none}
A:active {text-decoration: none}
A:hover {text-decoration: underline; color: red;}
