@charset "utf-8";
/* CSS Document */

body {
	background-color: #eedeb8;
}
.cream {
	color: #fff5d7;
	 font-family:  Times New Roman, serif; 
	 font-size: 12pt;
}

h1, p, h2, h3, h4, h5, h6 { font-family:  Times New Roman, serif; }

h1 {font-size: 18pt; 
color: maroon; }
h2 {font-size: 16pt}
h3 {font-size: 14pt}


.article {font-size: 12pt; 
	font-family:  Times New Roman, serif;}

.list {font-size: 10pt; 
	font-family:  Times New Roman, serif;
	}

body {
	background-image: url(images/bg_brick4.jpg);
}

li {font-size:12pt; font-family:  Times New Roman, serif;}

blockquote {font-size:12pt; font-family: Times New Roman, serif;}

.map {font-size: 12pt; 
	font-family:  Times New Roman, serif;
	color:black;
	}

.map2 {font-size: 10pt; 
	font-family:  Times New Roman, serif;
	color:black;
	}

A:link {
	text-decoration: underline;
	color: maroon;
	
	font-family:  Times New Roman, serif;
}
A:visited {
	text-decoration: underline;
	color: #205d0b;
	
	font-family:  Times New Roman, serif;
}
	
A.darklink:link {
	text-decoration: none;
	color: #FFD94E;
	
	font-family:  Times New Roman, serif;
}
A.darklink:visited {
	text-decoration: none;
	color: #dea207;
	
	font-family:  Times New Roman, serif;
}
A.darklink:active {
	text-decoration: none;
	color: #dea207;
	
	font-family:  Times New Roman, serif;
}
A.darklink:hover {
	text-decoration: none;
	color: white;
	
	font-family:  Times New Roman, serif;
}