
body {
	color:#EEDBBD; 
	font-family: Georgia, Times New Roman, Times, Serif; 
	text-decoration:none;
	line-height: 1;
}

h1 {
	
	font-size: 20px;
	font-weight: bold;
	
}

h2 {
	font-family: Georgia, Times New Roman, Times, Serif;
	font-size: 16px;
	font-style: italic;
}

A {color:#B9A98F; font-family:Georgia, Times New Roman, Times, Serif; text-decoration:underline;}
A:link {color:#B9A98F; text-decoration:underline;}
A:visited {color:#B9A98F; text-decoration:underline;}
A:active {color:#FFFFFF; text-decoration:underline;}
A:hover {color:#FFFFFF; text-decoration:underline;}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.content {
	color:#EEDBBD; 
	font-family: Georgia, Times New Roman, Times, Serif;
	font-size: 14px;
}

.footerlinks {
	color: #EEDBBD;
	font-family: Georgia, Times New Roman, Times, Serif;
	text-decoration: none;
	font-size: 13px;
}

a.footerlinks:link {
	color: #B9A98F;
	font-family: Georgia, Times New Roman, Times, Serif;
	text-decoration: none;
	font-size: 13px;
}

a.footerlinks:hover {
	color: #FFFFFF;
	font-family: Georgia, Times New Roman, Times, Serif;
	text-decoration: underline;
	font-size: 13px;
}

a.footerlinks:active {
	color: #FFFFFF;
	font-family: Georgia, Times New Roman, Times, Serif;
	text-decoration: underline;
	font-size: 13px;
}

a.footerlinks:visited {
	color: #B9A98F;
	font-family: Georgia, Times New Roman, Times, Serif;
	text-decoration: none;
	font-size: 13px;
}
.copyright {
	color: #EEDBBD;
	font-family: Georgia, Times New Roman, Times, Serif;
	text-decoration: none;
	font-size: 11px;
}

a.copyright:hover {
	color: #FFFFFF;
	font-family: Georgia, Times New Roman, Times, Serif;
	text-decoration: underline;
	font-size: 11px;
}

a.copyright:active {
	color: #FFFFFF;
	font-family: Georgia, Times New Roman, Times, Serif;
	text-decoration: underline;
	font-size: 11px;
}

a.copyright:visited {
	color: #EEDBBD;
	font-family: Georgia, Times New Roman, Times, Serif;
	text-decoration: none;
	font-size: 11px;
}

.specsheet {
	font-size:12px;
}