body {
	font-family: "Verdana";
	color: black;
	background-image: "img/bg.jpg";
	font-size: 14px;
line-height: 170%;
word-spacing: 1px;
}


h1{
	font-family:"Verdana";
	color:black;
	font-size: 20px;
}
h3 {
	font-family:"Verdana";
	font-size: 12px;
line-height: 150%;
}


a, a:link, a:visited {
    color: #1d3067;
    text-decoration: none;
    cursor: pointer;
}


a:hover {
    text-decoration: underline;
}


a img {
    border: 0;
}


