﻿div {
	background-color: #31C96A;
	width:50%;
	padding:3pt 0pt 3pt 8pt;
}

div:hover {
	width: 47%;
	background-color:#3C6BBD;
	margin-top: 6px;
	margin-bottom: 9px;
	padding:3pt 0pt 3pt 8pt;
	text-align:left;
	text-color: white;
	border-width: 3px white;
	
}


a {
font-family: Verdana, sans-serif;
font-weight: none;
text-decoration: none;
font-size:19pt;
}

a:link {
	color: #B4009E;
	}
a:visited {
	color: #cccccc;
}
a:hover {
	font-family: "Comic Sans MS";
	color: #E03A3E;
	background-color:#4A4F67;
	border-width: 6px blue;
}


a:active {
	color: #E03A3E;
}