body  {
	font-family: arial, Verdana, Sans-Serif;
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;
	font-color: white;
}

p {
	font-family: arial, Verdana, Sans-Serif;
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;
	font-color: white;
}


a {
	font-color: #ffcc00;  
	font-weight: 800
	text-decoration: none;
}

body a:hover {
	font-color: #ffcc00;  
	text-decoration: underline;
	
}


h1, {
	text-align: left;
	font-family: Verdana, arial, Sans-Serif;
	font-weight: 800;
	font-size: 14px;
	line-height: 16px;
	font-color: white;
	
}

h2 {
	ext-align: left;
	font-family: Verdana, arial, Sans-Serif;
	font-weight: 800;
	font-size: 16px;
	line-height: 18px;
	font-color: white;
}




#content {
	/*background-color: #663366;
	margin:0.2em 2em; 
	padding: 3em; */
	
	width: 710px;
	height: 340px;
	
	
}

.copyrightnotice {
	font-size: 70%;
	font-weight: bold;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	text-indent: 0;
}

#mycustomscroll {
/* Typical fixed height and fixed width example */
width: 710px;
height: 340px;
overflow: auto;
}

/* IE overflow fix, position must be relative or absolute
position: relative;
background-color: #E7EADE;
margin: 0.3em auto;
padding: 0px;*/


/*
#mycustomscroll2 {
 Typical fixed height and fixed width example *
width: 340px;
height: 250px;
overflow: auto;
 IE overflow fix, position must be relative or absolute
position: relative;
background-color: #D5EADE;
margin: 0.3em auto;
padding: 15px;
}
*/

/*.fixedwidth {
 a wide div is used for creating horizontal scrollbars for demonstration purposes 
width: 550px;
height: auto;
position: relative;
color: black;
padding: 1px;
}
*/
