@charset "utf-8";
/* CSS Document */

body {
	font-family:Georgia, Times New Roman, Times, serif;
    color:darkgreen;
    font-size:40px;
    background-color:#FFf0d0;
	background-image:url(''../Images/WebSiteBackground.jpg');
	background-repeat:repeat;
	background-attachment:fixed;
}

table {
	table-align:center;
	border:2px #006000;
	border-spacing:0px 0px;
	border-color: green green green green;
	padding:0px 0px 0px 0px
}

img{
	border:0px solid green;
	padding:10px 5px 5px 10px;
}
h1 {
color:green;
text-align:left;
font-family:"Arial", sans-serif;
font-size:40px;
}
h2 {
color:green;
text-align:left;
font-family:"Arial", sans-serif;
font-size:24px;
}
h3 {
color:green;
text-align:left;
font-family:"Georgia", sans-serif;
font-size:20px;
font-style:italic;
font-weight:normal;
}
h4 {
color:green;
text-align:left;
font-family:"Arial", sans-serif;
font-size:18px;
}
h5 {
color:green;
text-align:right;
font-family:"Century Gothic", sans-serif;
font-size:18px;
font-weight:normal;
}
h6 {
color:green;
text-align:center;
font-family:"Century Gothic", sans-serif;
font-size:20px;
font-weight:bold;
}
p {
font-family:"Gerogia, Times New Roman, serif";
font-size:20px;
color:darkgreen;
text-indent:0px;
}
li {
font-family:"Gerogia, Times New Roman, serif";
font-size:18px;
}
ul {
font-family:"Gerogia, Times New Roman, serif";
font-size:18px;
}
