@charset "UTF-8";
/* CSS Document */


body {
	background-image: url(wood.jpg);
	background-repeat: repeat;
	background-color: #5D2C06;
	background-attachment:fixed;
}


#my_flash{ outline:none }


table { 
border: 1px #000000 solid; 
background-color:#FFFFFF;
} 


.txt {
	font-family: "Courier New", Courier, monospace;
	font-size:16px;
	line-height:1.3em;
	text-align:justify;
}

        
.headings {
	font-family: "Courier New", Courier, monospace;
	font-size:24px;
	line-height:1.3em;
	font-weight: bold;
}


.requirements {
	font-family: "Courier New", Courier, monospace;
	font-size: 22px;
	text-align: center;
}


.requirements2 {
	font-family: "Courier New", Courier, monospace;
	font-size: 18px;
	text-align:justify;
}


.footer {
	font-family: "Courier New", Courier, monospace;
	font-size:16px;
	line-height:1.3em;
	text-align:center;
}


a:link {
	text-decoration:none;
	font-weight:bold;
	color: #000000;
	
}
a:visited {
	text-decoration:none;
	font-weight:bold;
	color: #000000;
}
a:hover {
	text-decoration:underline;
	font-weight:bold;
	color: #000000;

}
a:active {
	font-weight:bold;
	color: #000000;
	
}

