@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	background-color:#FFFFCC;

}

td {
	vertical-align: top;
}

h2 {
	font-size:18px;
}


h3 {
	color:#FF0000;
	font-size:16px;

}
.linksRight {
	margin: 15px;
	/*margin-left: 5em;*/
	color: #FFF;
	text-align: center;
}

.linksRight a{
	display: block;
	border-top: 0;
	border-right: 0;
	border: 1px solid #800040;
	padding: 4px 3px 4px 3px;
    color: #FFF;    
	width: 250px;
	text-decoration: none;
	background-color: #800040;
	
}

.linksRight a.visited{
	color: #FFF
}

.linksRight a:hover{
    color: #800040;
	background-color: #FFF;
}


.linksLeft {
	margin: 15px;
	/*margin-left: 20em;*/
	color: #FFF;
	position: relative;
	text-align: center;
}

.linksLeft a{
	display: block;
	border-top: 0;
	border-right: 0;
	border: 1px solid #800040;
	padding: 4px 3px 4px 3px;
    color: #FFF;    
	width: 250px;
	text-decoration: none;
	background-color: #800040;
}

.linksLeft a.visited{
	color: #FFF
}

.linksLeft a:hover{
    color: #800040;
	background-color: #FFFFFF;
}
