﻿body {
	margin:10px 0px 0px 0px; 
	background: #fff;
}


td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
}


a:link, a:active, a:visited {
	color:#000;
	text-decoration:underline;
}

a:hover {
	color:red;
}



a.box:link, a.box:active, a.box:visited{
	font-weight:bold;
	text-transform:capitalize;
	color:#000;
	padding:5px 10px 5px 10px;
	text-decoration:none;
	display:block;
	font-size:12px;
	text-align:center;
	background:#cccccc;
	border:1px #000 solid;
}
a.box:hover {
	background:#e0e0e0;
}




a.nav:link, a.nav:active, a.nav:visited{
	font-weight:bold;
	text-transform:capitalize;
	color:#cc0000;
	padding:10px 10px 5px 0px;
	text-decoration:none;
	display:block;
	font-size:12px;
	text-align:center;
}
a.nav:hover {
	color:red;
}



#maincontainer {
	width:260px; background:#cccccc; border:1px #000000 solid;
}