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

/*Page related styles for you to view*/
#mycustomscroll {
	/* Typical fixed height and fixed width example */
	width: 680px;
	height: 760px;
	overflow: auto;
	/* background-color: #E7EADE; */
	padding: 5px;

	margin: 60px 25px auto;
	position: absolute;
	font-family: Verdana,Trebuchet MS,Arial;
	font-size: 15px;
	color: #ffffff;
	}

#mycustomscroll H1 {
	font-family: Verdana,Trebuchet MS,Arial;
	font-size: 17px;
	font-weight: bold;
	}
	
#mycustomscroll A:link {
	text-decoration: underline;
	color: #ffff00;
	}

#mycustomscroll A:visited {
	text-decoration: underline;
	color: #ffff00;
	}
	
#mycustomscroll A:active {
	text-decoration: underline;
	color: #ffff00;
	}
	
#mycustomscroll A:hover {
	text-decoration: underline;
	color: #ffffff;
	}

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

/* general page style ends here */


