﻿body {
	background-image: url('images/bg-paper.gif');
	}

ul.nav {
	list-style-type:none;
	padding:0;
	margin:0;
	}
	
	
	
ul.nav a {
	display: block;
	width: 6em;
	background-color: white;
}

a:link {color:blue} 
a:visited {color:red}
a:hover {color:black}
a:active {color:green} 

	
h2 {
	margin: 0px;
}



h1 {
	color: green;
	font-size: xx-large;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	text-align: center;
}

h2 {
	color: blue;
	font-size: x-large;
	text-align: center;
}

h3 {
	color: #800080;
	font-size: large;
	font-family: Aria;
	text-align: left;
}

h4 {
	color: red;
	font-size: large;
	text-align: left;
}

h5 {
	color: red;
	text-align: center;
	font-family: Aria;
	font-size: 20pt;
}

hr {color:navy} 
p {
	font-size: medium;
	font-family: Georgia;
	text-align: left;
}

.style1 {
	text-align: center;
	font-size: medium;
}
