/* CSS Document */

body{
	margin:0;
	padding:0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #ffc;
	background-image: url(../bg/green.gif);
	text-align:center;
}
#title{
	margin-left:200px;
	height:200px;
	width:500px;
	background-image: url(../bg/title.gif);
	background-repeat: no-repeat;
	}
#content
{
margin-left: 200px;
margin-top:20px;
width:800px;
border: 2px solid #ffc;
text-align:center;
padding:5px;
}
a:link {
	color: #ffc;
}
a:hover {
	font-style: italic;	
}
a:visited {
		color: #ffc;
}

h1{
	font-size: 24px;
	font-weight: bold;
	background-image: url(../bg/tan.gif);
	border:1px solid #000;
	color: #060;	
}

.border {
	border:2px solid #ffc;
	padding:5px;
	margin:10px;
  }