body
{
color: purple;
font-family: Arial, "Times New Roman";
background-image: url(images/yellowsky.jpg);
background-repeat: repeat-y;
margin-right:0px;
margin-left: 0px;
margin-top:0px;
}

p {
	padding-left: 5px;
}

a:link {
color: #00690e;
font-weight: bold;
text-decoration: none;
font-style:italic;
}

a:visited {
color: #004669;
font-weight: bold;
font-style:italic;
text-decoration: none;
}

a:hover {
color: purple;
text-decoration: underline;
font-style:italic;
}

#nav {
font-weight: bold;
position: absolute;
top: 250px;
width: 100%;
}

.nav a:link {
color: #ffffff;
text-decoration: none;
}

.nav a:hover {
color: #ffff00;
text-decoration: underline;
}

.nav a:visited {
color: #ffff00;
text-decoration: none;

}

.main {
	padding: 5px;
}

.main a:link {
text-decoration: underline;
font-style:normal;
}

.main a:hover {
color: purple;
text-decoration: underline;
font-style:normal;
}

.main a:visited {
color: #00690e;
text-decoration: none;
font-style:normal;
}

h1 {
color: purple;
font-size:xx-large;
font-family:Arial;
}

hr {
color: purple;
width: 75%;
}

.bordered-left {
	padding: 3px;
	border-top: 2px solid #004669;
	border-left: 2px solid #004669;
}
.bordered-right {
	padding: 3px;
	border-top: 2px solid #004669;
	border-left: 2px solid #004669;
	border-right: 2px solid #004669;
}

.bordered-bl {
	padding: 3px;	
	border-bottom: 2px solid #004669;
	border-left: 2px solid #004669;
}
.bordered-br {
	padding: 3px;
	border-bottom: 2px solid #004669;
	border-left: 2px solid #004669;
	border-right: 2px solid #004669;
}

h3 {
	color: #004669;
}

h2 {
	color: green;
}

#right { 
 position: absolute; 
 right: 10px;
 width: 15%;
 border: 5px double #004669;
 padding: 3px;
}

#left { 
 position: relative;
 width:80%; 
 left: 10px;
}
