/*html{font-family:Geneva, Arial, Helvetica, sans-serif;}*/

.style1 {
	font-size: 18px;
	font-weight: bold;
}

.style1 a:link{text-decoration: none}
.style1 a:visited{text-decoration: none}
.style1 a:hover{text-decoration: underline}
.style1 a:active{text-decoration: none}

.style2 {
	font-size: 22px;
	font-weight: bold;
}

.boldlinks {
	font-size: 16px;
	font-weight:bold;
	color:#333333;
}

.boldlinks {
	font-size: 16px;
	font-weight:bold;
	color:#333333;
}

.boldlinks a:link{
	text-decoration:none;
	font-size: 16px;
	font-weight:bold;
	color:#333333;
}

.boldlinks a:visited{
	text-decoration:none;
	font-size: 16px;
	font-weight:bold;
	color:#333333;
}

.boldlinks a:hover{
	text-decoration:underline;
	font-size: 16px;
	font-weight:bold;
	color:#333333;
}

.boldlinks a:active{
	text-decoration:none;
	font-size: 16px;
	font-weight:bold;
	color:#333333;
}

.bold {
	font-weight: bold;
}

.italictext {font-style: italic;}

#box{
width: 500px;
margin-left: auto;
margin-right: auto;
padding: 10px 10px 10px 10px;
border-style: solid;
border-width: 1px;
}

.box100percent{
width: 100%;
margin-left: auto;
margin-right: auto;
padding: 10px 10px 10px 10px;
border-style: solid;
border-width: 1px;
}
