/* Styles for regular pages */

body {
    background-color: #6dcefd;
    font-family: 'Times New Roman',Times,serif;
}

.banner {
	color: #FFFF00; 
	background-color: #808080; 
	font-size: 32pt; 
	font-weight: bold; 
	font-family: 'Times New Roman',Times, serif; 
	padding-top: 5px; 
	padding-bottom: 5px; 
	padding-right: 20px; 
	padding-left: 20px;	
}

a:link {
    background: transparent;
    color: black;
    text-decoration: underline;
    font-family: 'Times New Roman',Times,serif;
}

a:visited {
	color: black;
    background: transparent;
    text-decoration: underline;
    font-family: 'Times New Roman',Times,serif;
}

