﻿a:link {text-decoration: none; color:#7e7242;}	
a:visited {text-decoration: none; color:#7e7242;}
a:active {text-decoration: none; color:#7e7242;}
a:hover {text-decoration: none; color:#000000;}

.bottomnav {font-family: Georgia, serif;;
	font-size:13px;
	color:#676768;}
.bottomnav:link {text-decoration: none; color:#676768;}	
.bottomnav:visited {text-decoration: none; color:#676768;}
.bottomnav:active {text-decoration: none; color:#676768;}
.bottomnav:hover {text-decoration: none; color:#000000;}

/*Page related styles for you to view*/
#mycustomscroll {
/* Typical fixed height and fixed width example */
width: 395px;
height: 400px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: #e9e7e4;
margin: 0em auto;
padding: 15px;
}

.contenttext {
line-height: 2;	
}

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

/* general page style ends here */