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

.body {
	background-color: '#FFFFFF'; 
	text-decoration-color: '#808080';
	topmargin: '0';
	leftmargin: '0';	 
	}

.div-menu {
 	border: solid;
	border-width: 1.5px;
	border-color: #A1A1A1;
	width: 250px;
	height: 20px;
	margin: auto;
	text-align: center;
 	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	font-size: 16px;
	font-weight: bold;
	padding: 5px;
	margin-bottom: 13px;
	margin-top: 0px;
	}

a:link {
color: #7C7C7C;
text-decoration: none;
}

/* visited link */
a:visited {
color: #7C7C7C;
}

/* mouse over link */
a:hover {
  color: red;
}

/* selected link */
a:active {
  color: black;
} 