body {
	backgound-color: #FFFF99;
	background-image: url('images/background1.jpg');
	background-attachment: fixed;
	background-repeat: repeat;
}

body, div, table, td {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 16px;
	color: #000066;
}
	
div.nav {
	padding: 3px;
	width: 150;
	border: 2px solid #000066;
	margin-right: 13px
}

div.main {
	padding:4px;
	height: 200px;
	}

h2 {
	font-family: Verdana;
	font-weight: 700;
	text-align: center;
	font-size: 25px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

a {
	color: #FF0000;
	text-decoration: underline;
	font-weight: bold;
}

a:visited {	
	color: #FF9900;
}

a:hover {
	background-color: #FF0000;
	color: #FFFF99;
}

hr {
	color: #FF0000;
	height: 3px;
}