
#content {
	background-color: #000;
	color:redl
	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: 425px;
height: 280px;
overflow: auto;
color: #fff;
font-family: arial;
font-size: 11px;
line-height: 17px;
letter-spacing: 0px;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: #000;
padding: 15px;
padding-top: 0px;
}
#mycustomscroll p {
margin: 0px;
padding-top: 5px;
padding-bottom: 5px;
}
#mycustomscroll a {
color: #fff;
text-decoration: none
}
#mycustomscroll a:hover {
color: #fff;
text-decoration: underline;
}
#mycustomscroll2 {
/* Typical fixed height and fixed width example */
width: 605px;
height: 280px;
overflow: auto;
color: #fff;
font-family: arial;
font-size: 11px;
line-height: 17px;
letter-spacing: 0px;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: transparent;
padding: 15px;
padding-top: 0px;
}
#mycustomscroll2 p {
margin: 0px;
padding-top: 5px;
padding-bottom: 10px;
border-bottom: 1px solid #fff
}
h3 {
font-size: 18px;
margin: 0px;
padding-top: 15px;
padding-bottom: 10px;
}
#mycustomscroll2 a {
color: #fff;
text-decoration: none
}
#mycustomscroll2 a:hover {
color: #fff;
text-decoration: underline;
}
.director {
font-size: 12px;
font-weight: bold;
}

.fixedwidth {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
width: 550px;
height: auto;
position: relative;
color: black;
padding: 1px;
}


