﻿
BODY
{
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	background-image: url(images/CMSCF_B.gif);
	background-attachment: fixed;
	background-repeat: repeat;
}

#page
{
    MARGIN-LEFT: auto;
    WIDTH: 934px;
    MARGIN-RIGHT: auto;
    POSITION: relative;
    TOP: 0px;
    background-color: #e0e0e0;
   
}

a:link
{
	color: blue;
	text-decoration: underline;
}

a:visited 
{
	color: blue;
	text-decoration: underline;
}

a:hover
{
	color: lime;
	font-weight: bold;
	text-decoration: underline;
	background-color: #666666;
}

a:active 
{
	color: blue;
	text-decoration: underline;
}



