/* CSS Document */

body{
background-image:url(images/bg.jpg);
background-attachment:fixed;
background-position:center;
background-repeat:no-repeat;
}

a:link{
color: #003300;
font:"Times New Roman", Times, serif;
}

a:visited{
color:#003300;
font:"Times New Roman", Times, serif;
}

a:hover{
color: #000000;
font:"Times New Roman", Times, serif;
text-decoration:none;
}
a:active{
color:#003300;
font:"Times New Roman", Times, serif;
}

p{
	font-family: "Times New Roman", Times, serif;
	color: #333333;
	font-size:14px;
	}
	
h1{	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size:10px;
	}	
	
h2{
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	color:#0c533d;
	}	