/* CSS Document */
body{
	background-image:url(../bg.jpg);
	background-repeat:repeat;
	font-family:"Times New Roman", Times, serif;
	font-size:18px
}
p{
	color:#176341;
	text-decoration:underline;
}
h1{
	color:#176341;
	text-align:center;
	font-size:26px;
}
a:hover{
	text-decoration:none;
	color:red;
}
a{
	text-decoration:none;
	color:#3300FF;
}

a:hover{
	color:#FF0000;
}
div{
	width:800px;
	position:absolute;				
	left: 222px;
}
