/* CSS Document */

/* body +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px; 
	line-height: 12px;
	color: #666666;
	cursor:default;
	margin: 2px;
	padding: 2px;
	background-color: transparent;
	text-align: justify;
	}

i, em {color: #997e4b;}
b, strong {font-weight: bold; color: #9b7145; text-transform: uppercase;}
u {color: #9b4117; border-bottom: 1px dashed #9b4117; text-decoration: none;}
s {color: #161719;}

/* a work +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

a:link, a:visited, a:active {
	font-weight: normal;
	color: #997e4b;
	text-transform: uppercase;
	text-decoration: none;
	cursor: default;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	}
	
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px; 
	color: #997e4b;
	font-weight: normal;
	text-transform: lowercase;
	cursor: help;
	}

/* headlines +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: none;
	font-size: 24px;
	text-transform: lowercase;
	border-bottom: 0px solid #FFFFFF;
	color: #b5936c;
	line-height: 14px;
	letter-spacing: 1px;
	padding-left: 10px;
	text-align: center;
	font-style: italic;
	}
		
h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	text-transform:lowercase;
	color: #333333;
	line-height: 16px;
	letter-spacing: 1px;
	border-bottom: 0px double #e8be6a;
	text-align: center;
	padding: 3px;
	font-style: italic;
	}

