/* Generic Selectors */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #F9F9F9;		
	background-color: #3D4557;
	margin: 0 0 0 0; top right bottom left	
}

 p.date {text-align:right; font-style:italic}
p {
	width: 95%;
}

ul.latest { 
	list-style-type: circle; 
	line-height: 150%;
	width: 90%
	}
ul.nav { 
	list-style-type: none; 
	line-height: 150%;
	width: 90%
	}

h1 {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: ##F9F9F9;
	text-align:center;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: ##F9F9F9;
	border-top: 1px solid #C6EC8C;
	border-bottom: 1px solid #C6EC8C;
	width: 90%
}

nav {
	float: left;
	width: 200px;
}

section {
	margin-left: 200px;
}

table {
	border-collapse:collapse;
	width:90%
}
table, th, td {
		border: 1px solid #C6EC8C;
}

/*************************  Pseudo classes *************************/
a:link {
	color: #9ACD32;
	text-decoration: underline;
	font-weight: bold;
}

a:visited { 
color: #9ACD32;
text-decoration: underline;
font-weight: bold;
}

a:hover {
color: rgb(150, 255, 255);
padding-bottom: 5px;
font-weight: bold;
text-decoration: underline;

}  
a:active { 
color: rgb(255,150,255);
font-weight: bold; 
} 
