

a:visited, a:link, a:active {
	color: #000066;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #000033;
	font-weight: bold;
	text-decoration: none;
}

body{
	background-color: #ffe7ba;
	background-image: url(images/beige223.jpg);
	background-repeat: repeat;
	color: #000000;
	font: 14px Georgia, Times, serif;
	margin-bottom: 10px;
	margin-top: 25px;
}

h1{
	color: #990000;
	font: 40px Georgia, Times, serif;	
}

h2{
	color: #990000;
	font: 30px Georgia, Times, serif;	
}

h3{
	color: #990000;
	font: 20px Georgia, Times, serif;	
	font-weight: bold;
}

h4{
	color: #990000;
	font: 18px Georgia, Times, serif;	
	font-weight: bold;
	text-decoration: underline;
}

.main{
	background-color: #ffe7ba;
	font: 16px Georgia, Times, serif;
	border: 5px solid #660000;
}

.quote {
background-color: #990000;
color: #ffe7ba;
font-size: 14px;
width: 200px;
height: 75px
padding: 5px;
border-radius: 5px;
}

.copyrights {
	background-color: #990000;
	color: #ffe7ba;
	font-size: 20px;
	width: 850px;
	height: 50px;
	border-radius: 10px;
}


