body {
	font-family: Garamond, "Times New Roman", serif; 
	font-size: 1em;
	font-weight: normal; 
	color: white;
	background-color: #4d5d77;
}

a img {
		border: 0;
}

a, a:link {
	color: #c6bb52;
	text-decoration: none;
	background: none;
}
a:visited {
	color: #d6cb62;
	text-decoration: none; 
	background: none;
}
a:hover {
	color: #b6ab42;
	text-decoration: none;
	background: none;
}

table {
	border: 0px
}

p {
	font-family: Garamond, "Times New Roman", serif; 
	font-size: 12pt; 
	color: white;
}

.verybig {
	font-family: Garamond, "Times New Roman", serif; 
	font-size: 36px;
	color: white;
}

.big {
	font-family: Garamond, "Times New Roman", serif; 
	font-size: 16pt;
	color: white;
}

.mid {
	font-family: Garamond, "Times New Roman", serif;
	font-size: 14px;
	color: white;
}

.tiny {
	font-family: Garamond, "Times New Roman", serif;
	font-size: 11px; 
	color: white;
}

.teensy {
	font-family: Garamond, "Times New Roman", serif;
	font-size: 10px;
	color: white;
}

.indenty {
	font-family: Garamond, "Times New Roman", serif;
	font-size: 12pt; 
	color: white;
	margin-left: 3em; 
}

select {
	font: 7pt Garamond, "Times New Roman", serif;
	background: white;
	border-color: #669933;
	text-align: left;
	color: blue;
}

input {
	font-family: Arial, serif;
	font-size: 8pt;
	text-decoration: none;
	border: 2px solid gray;
}

textarea {
	font-family: Arial, serif;
	font-size: 8pt;
	text-decoration: none;
	border:1px solid white;
}

option {
	font-family: Arial, serif;
	font-size: 8pt;
	text-decoration: none;
	border: 1px solid white;
}



