/* Start of CMSMS style sheet 'Style Index' */
body {
	background-color: #58585A;
}

a {
	font-family: Comic sans MS, Geneva, Arial, Helvetica, sans-serif;
             color: black;
             background-color: #58585A;
             font-size: 16px;
	text-decoration: none;
	margin: 0;
	padding: 0;
}
a:hover {
	text-decoration: underline;
             font-weight: bold;
             color: black;
}
a:visited {
	color: black;
}

#Layer1 {
	position    : absolute;
	left        : 50%;
	top         : 50%;
	margin-top  : -240px;
	margin-left : -365px;
	z-index:1;
	background-color: #ECE9D8;
	}

#footer {
          position : absolute;
          background-color: #ECE9D8;
          left        : 50%;
          top        : 50%;
          margin-left : -50px;
          margin-top : +240px;
}
/* End of 'Style Index' */

