@charset "utf-8";
/* CSS Document */




.divsroll {
	height:511px; 
	overflow:auto;
}

.mainfonts {
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	color: #333;
}

.code {
	font-family:"Courier New", Courier, monospace;
	font-size: 11px;
	color: #990000;
	background-color:#CCCCCC;


}

.headings {
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 18px;
	color: #A71527;
}

a {
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #333;
}

img {
	
	border:none;
	
}

a:hover {
	color: #A71527;
}
