

a:link {
        text-decoration: none;
        color: blue;
        font-style: italic;
}

a:visited {
        text-decoration: none;
        color: purple;
}

a:hover {
	text-decoration: none;
	background-color: #fff9e6;
}

body {
	margin: 10;
	padding: 5;
	background: #fff9e6;
	text-align: justify;
	font-family:  "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #6b4226;
}

.bottompageblack { text-decoration: none;
                   color : #ffffff;
                   font-family : quicktype ii condensed,sans-serif,verdana,arial;
                   font-size : 11pt;
                   background-color:#5c5c5c; 
}


.bottompageblack a { text-decoration : none;
                     color : #ffffff;
                     font-family : quicktype ii condensed,sans-serif,verdana,arial;
                     font-size : 11pt;
}

.bottompageblack a:hover { background-color: #bbbbbb;
}

caption {
	font-size : 18px;
	color: #6b4226;
	text-align: left;
	margin-left: 20px;
}

 
.lastupdate {
        font-size:13px;
}

hr {
	width: 450px
}

.links {
	width: 790px;
	padding: 2px;
	margin: 5px;
	text-align: left;
        color: #6b4226
}

