/* CSS Document */

h1, h2, h3{
margin-bottom:-10px;
padding-bottom:-10px;
}

h1{
	margin-top:10px;
	font-size:large;
	margin-left: 10px;
	margin-bottom: 10px;
	color: #466868;
}

h2{
color: #466868;
font-size:medium;
margin-top:10px;
margin-left: 10px;
margin-bottom: 10px;
}
h3{
color: #466868;
font-size:medium;
font-weight:lighter;
margin-top:10px;
margin-left: 10px;
margin-bottom: 10px;
}

.content a{
color:#333333;
text-decoration:none;
font-weight:bold;
}
a:over{
color:#FF0000;
}

a:hover{
color:#666666;
}

.content p{
font-size:small;
}
