@charset "UTF-8";
/* CSS Document */

body {
	background-color: #974998;
}

#content {
font-family:Georgia, "Times New Roman", Times, serif;
color:#000000;
font-size:14px;
margin: 4px;
margin-right: 20px;
margin-top: 8px;
}

.style1 {
	font-size: 18px;
	font-weight: bold;
}
	
.button{
font-family:Georgia, "Times New Roman", Times, serif;
color:#FFFFFF;
font-size:14px;
text-decoration:none;
font-weight:bold;
background-color:#366fb5;
min-height:20px;
max-height:40px;
width:auto;
padding:4px;
margin:4px;
}

.button:hover {
font-family:Georgia, "Times New Roman", Times, serif;
color:#FFFFFF;
font-size:14px;
text-decoration:none;
font-weight:bold;
background-color:#974998;
min-height:20px;
max-height:40px;
width: auto;
padding:4px;
margin:4px;
}

.button2{
font-family:Georgia, "Times New Roman", Times, serif;
color:#000000;
font-size:14px;
text-decoration:none;
font-weight:bold;
background-color:#366fb5;
min-height:20px;
max-height:40px;
width:auto;
padding:4px;
ba
}

.button2:hover {
font-family:Georgia, "Times New Roman", Times, serif;
color:#FFFFFF;
font-size:14px;
text-decoration:none;
font-weight:bold;
background-color:#000000;
min-height:20px;
max-height:40px;
width: auto;
padding:4px;
}