body{
	font-family: Arial,sans-serif;
	font-size: small;
	color: #333333;
	margin: 0px;
}
a:link{
	color:#006699;
	text-decoration: underline;
}
a:visited{
    color:#3399CC;
}

a:hover {
    color:#336699;
	text-decoration: none;
}

div,a{
	font-size: small;
}
p{
	font-size: medium;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: large;
 color: #006699;
}

h2{
 font-size: medium;
 color: #006699;
}

h3{
 font-size: small;
 color: #334d55;
}

h4{
 font-size: small;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: x-small;
 color: #334d55;
}
#sectionLinks a:hover{
	color: #ffffff;
	background-color: #069;
    width:100%;
}
#siteInfo a:hover{
	color: #ffffff;
	background-color: #069;
	text-decoration: none;
}
