body {
	color: blue;
	font-family: Tahoma, Arial;
	font-size: 7pt;
	background-color:#DEDFDE;
	margin-left: 1px;
	margin-top: 1px;
	text-align: center;
	scrollbar-arrow-color : Red;
	scrollbar-base-color : #DEDFDE;
}
table {
	margin-left: 1px;
	margin-right: 1px;
	width="130";
	border-color: black;
}
tr {
	font-family: Tahoma, Arial;
	font-size: 7pt;
	color: blue;
	background:url(image/colmenu1.gif);
}
tr.mail {
	background:#DEDFDE;
}
td {
	border: none;
}
td.top {
	font-size: 10pt;
	font-weight: bold;
	color:yellow;
	background-image: url(image/colmenu2.gif);
}
A:link, A:visited {
	color: blue;
	text-decoration: none;
	font-weight: normal;
}
A:hover {
	color : Red;
	background : #FFFFD1;
	text-decoration : none;
	font-weight : bold;
}
A.menu:link, A.menu:visited {
	color: yellow;
	font-size: 9pt;
	text-decoration:none;
	font-weight : bold;
	text-transform: uppercase;
}
A.menu:hover {
	color: Red;
	text-decoration: none;
	text-transform: uppercase;
}
