a {
	color: white;
	text-decoration: none;
	font-weight: none;
	background-color: black;
	}
	

a:visited {
	background-color: gray;
	color: white;
	text-decoration: none;
	}

a:hover {
	background-color: black;
	color: red;
	text-decoration: none;
	}

body { 
	background-image: url(wallpaper4.jpg); 
	background-attachment: fixed; 
	background-repeat: no-repeat; 
	background-position: center center; 
	margin-right: 0px; 
	margin-left: 0px; 
	margin-bottom: 15px; 
	margin-top: 15px; 
	background-color: white;
	}
	
hr { background-color: gray; border-style: none; height: 5px; }
p {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	color: black;
	font-size: 12px;
	line-height: 16px;
	margin: 20px;
	}

ul {
	color: black;
	font-size: 9px;
	line-height: 12px;
	font-family: georgia, times, serif;
	margin: 15px;
	padding: 15px; }
	
.content {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	background-color: #dddddd; 
	}

.datebg {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: black;
	color: #dddddd;
	font-size: 12px;
	font-weight: bold;
	}

.extralarge {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 30px;
	font-size: 24px;
	font-weight: regular;
	color: white;
	}
	
.headbg {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: black;
	font-size: 16px;
	font-weight: bold;
	margin: 20px;
	margin-top: 30px;
	}
	
.image {
	color: black;
	background-color: white;
	padding: 20px
	}
	
.imageDark {
	color: white;
	background-color: black;
	padding: 20px
	}

.megalink {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	text-decoration: none;
	background-color: black;
	padding: 5px
	}
	
.quotation {
	padding: 20px;
	background-color: white;
	color: #b19662;
	font-style: italic;
}

.ref {
	color: gray;
	font-size: 9px;
	}
		
.smalllink {
	font-size: 9px;
	line-height: 12px;
	}
	
.cropWhite { border-color: white; border-style: solid; border-width: 12px; }
.cropBlack { border-color: black; border-style: solid; border-width: 12px; }
.cropMaroon { border-color: #494751; border-style: solid; border-width: 12px; }
.cropSlate { border-color: #d5e7f1; border-style: solid; border-width: 12px; }