body {
	margin: 0;
	padding: 0; padding-top: 1em;
	font-family: "Trebuchet MS", Trebuchet, Verdana, Sans-Serif;
	font-size: 13px;
	}
	
	
	
body a:link, body a:visited
{
	color: #991a37;
	text-decoration: none;
	font-weight: 0;
}

body a:hover
{
	color: #464646;
	text-decoration: none;

}

h1, h3 {
	text-align: left;
	font-size: 120%;
	width: 96%;

}

h3 {
	font-size: 130%;
}




#content {

	background-color: #fff;

	padding: 3em;

	margin:0.2em 2em;

}



#mycustomscroll {

/* Typical fixed height and fixed width example */

width: 330px;

height: 700px;

overflow: auto;

/* IE overflow fix, position must be relative or absolute*/

position: relative;

background-color: #cecece;

margin: 0.3em auto;

padding: 15px;

text-align: justify;

line-height: 150%

}



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

}



