﻿/* a>p>#mainheading>#article>* 

*	{
	color: navy;
	font-family: Trebuchet MS;
	font-size: 16px;
	line-height: 20px;
	text-align: left;
	background-color: #FFFFFF;
}
*/


#mainheading {
	background-color:navy;
	color: white;
	font-family: Arial;
	font-size: 36px;
	line-height: 40px;
	text-align: center;
	border-color:navy;
	border-width:30px;
	max-height:125px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#article {
	color: red;
	font-family: Arial;
	font-size: 24px;
	line-height: 30px;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
}

.references {
	color: navy;
	font-family: Trebuchet MS;
	font-size: 16px;
	line-height: 20px;
	margin-top: 12px;
	margin-bottom: 12px;
	margin-right: 35px;
}

#links {
	color: blue;
	font-family: Tahoma;
	font-size: 24px;
	line-height: 30px;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
}

p	{
	color: black;
	font-family: Trebuchet MS;
	font-size: 16px;
	line-height: 20px;
	margin-top: 12px;
	margin-bottom: 12px;
	margin-right: 35px;
}

p.red {
	border: thin solid black;
	color:white;
		background-color:blue;
		height:50px; 	width:100px;
		position:relative;top:33px;
		left:209px;
}

p.green {
	border: thin solid black;
	color:white;
		background-color:green;
		height:50px; 	width:100px;
		position:relative;top:-60px;
		left:298px;
}

p.indent {
	margin-left:25px
}




h1	{
	font-family:Trebuchet MS;
	font-size:18px;
	line-height: 22px;
	text-decoration: none;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #FFFFFF;
}

/*a  {
	font-family:Trebuchet MS;
	font-size:12pt;
	line-height: 14px;
	text-decoration: none;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	}*/

a:hover {
	font-family:Trebuchet MS;
	color:yellow;
	
		}

li  {
	font-size: 16px;
	line-height: 20px;
	font-family: Trebuchet MS;
	margin-left: 0in;
	margin-right: 1.5in;
	margin-top: 6px;
    margin-bottom: 6px;
}

li.red {
	color:green;
}
