
body {
color: black;
background-image: url(myback.jpg);
background-color: #ffffcc;
font-family: "Times New Roman", Times, serif;
font-size: 15px;
margin: 30px; 
margin-top: 20px;
border: 0px;
}
 
a:link {
	color:fuchsia; 
	background: #ffffff;
	}
a:visited {
	color:olive; 
	background: #ffffff;
	}
a:hover {
	color:maroon; 
	background: #ffffff;
	}
a:active {
	color:blue; 
	background: #ffffff;
	}

p {
color: black;
background-color: transparent;
font-family: "Times New Roman", Times, serif;
font-size: 15px;
}

h1, h2 {
font-family: Verdana, Arial, Helvetica, sans-serif;
text-align: center;
background: transparent;
color: black;
}

h1.title {
font-size: 40px;
color: teal;
background: silver;
}

h3 {
font-size: 18px;
color: teal;
text-align: center;
background: silver;
}

table.one td, th {
border: 2px solid red;
border-collapse: collapse;
background-color: #fde2b8;
vertical-align: top;
width: 50%;
padding: 8px;
}

table.two th, td	{
border: 2px solid black;
border-collapse: collapse;
background-color: #8cccca;
vertical-align: top;
width: 30%;
padding: 8px;
}

table a:link {
	color:black; 
	background: transparent;
	}
table a:visited {
	color:maroon; 
	background: transparent;
	}
table a:hover {
	color:#002809; 
	background: transparent;
	}
table a:active {
	color:#200645; 
	background: transparent;
	}												
th ul {
margin-top: 10px;
margin-bottom: 5px;
margin-left: 0px;
color: black;
background: transparent;
text-align: left;
font-size: 13px;
}


