@charset "utf-8";

head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #336699;
	margin-top: 10px; 
	margin-right: 15%;
	margin-bottom: 10px;
	margin-left: 15%;
	background-color: #CCC;

}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 10px;
	color: #336699;
	width: 650px;
	margin-top: 10px; 
	margin-right: 5%;
	margin-bottom: 10px;
	margin-left: 15%;
	background-color: #CCC;

}
		
ul {
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
} 

li {
	font-size:20px;
	float: left;
}

news {
	margin-left:5%;
	margin-right:5%;
	font-size:18px;
	line-height:normal;
}

.class1 #current a{
	color: #ffffff;
	background-color: #336699;;
}
.class1 a {
	color: #3366CC;
	text-decoration: none;
}
.class1 a:link, a:visited {
	display:block;
	width: 140px;
	line-height:24px;
	font-weight:bold;
	color: #336699;
	background-color: #999;
	text-align:center;
	padding: 8px;
	text-decoration:none;
	text-transform:uppercase;
}
.class1 a:hover, a:active {
	color: #909090;
	background-color: #336699;
}
.class1 a:hover {
	text-decoration: none;
}


div.box {
	width: 200px;
	border:1px solid black;
}

h1 { 
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:underline;
	font-size:26px;
	m:500px 100px; 
}

h2 {
	font-family::Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:19px;
	m:500px 100px;
	color: #336699;
}

h3 {
	font-family::Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:16px;
	color: #336699;
}

p {
	font-size:16px;
	line-height:normal;
}






.class2 a {
	color: #3366CC;
	text-decoration: underline;
	cursor:pointer;
}
.class2 a:hover {
	color:#09F;
}
.class2 a:link, a:visited{
}
.class2 a:hover, a:active {
}
