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

body {
	background-color: #F8EBC9;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

/* Links Colors */
A:link {color: #Red;}
A:visited {color: #red;}
A:active {color: #00FF00;}
A:hover {text-decoration: underline overline; }
