body 
  {padding:0px; margin:0px;  background:#F3F3F3; font-size:14px; color:#CCCCCC; font-family:Verdana, Arial, Helvetica, sans-serif; text-align:left;}
  
a {text-decoration:none; color:#fff; }  

h1 {font-size: 20px; color:#FFF; margin:0px; padding:0px; font-weight:normal; font-family:Verdana, Arial, Helvetica, sans-serif; }

h2 { font-size: 13px; color:#FF215A; margin:2px; padding:0px; font-weight:bold; }


#content {
	background-color: #AAAAAA;
	padding: 3em;
	margin:0.2em 2em;
}

.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: 257px;
height: 381px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color:#353535;
margin-left:10px;
padding-left: 10px;
}

#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;
}


