
/* -------------- FONTS -------------- */

H1 { 
	font-family: Georgia, Times, Serif;
	font-size: 15px;
	line-height: 12px;
	font-weight: normal; 
	color: #555;
	white-space: nowrap
	background-color: #FFFFFF;
	margin: 20px 0px 20px 0px; 
}

.title { 
	font-family: Georgia, Times, Serif;
	font-size: 13px;
	font-style: italic;
	font-weight: normal; 
	color: #555;
	background-color: #FFFFFF;
}

.title a:link, .title a:visited, .title a:active {
	color: #555;
	text-decoration: none;
}

.title a:hover {
	color: #000;
	background-color: #CCC;
	text-decoration: none;
}

.bold { 
	font-family: Georgia, Times, Serif;
	font-size: 12px;
	line-height: 12px;
	font-weight: normal;
    font-style: Italic;
	color: #555;
	white-space: nowrap
	background-color: #FFFFFF;
	margin: 20px 0px 20px 0px; 
}

H2 {
	font-family: Tahoma, Arial, Helvetiva, Sans-Serif;
	font-size: 11.5px;
	font-weight: normal; 
	color: #555;
	background-color: #FFFFFF;
	margin: 20px 0px 0px 0px; 
}

H3 {
	font-family: Georgia, Times, Serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: normal; 
	color: #555;
	background-color: #FFFFFF;
	margin: 0px 0px 0px 0px; 
}

H3 a:link, H3 a:visited, H3 a:active {
	font-weight: normal; 
	color: #555;
	background-color: #FFFFFF;
	text-decoration: none;
}

H3 a:hover {
	font-weight: normal; 
	color: #000;
	background-color: #CCC;
	text-decoration: none;
}

.imagelink {
	font-family: Verdana, Arial, Helvetiva, Sans-Serif;
	font-size: 9px;
	color: #555;
	background-color: #FFFFFF;
}

.imagelink a:link, .imagelink a:visited, .imagelink a:active {
	font-weight: normal;
	color: #555;
	text-decoration: none;
}

.imagelink a:hover {
	font-weight: normal;
	color: #555;
	text-decoration: underline;
}


/* -------------- CONTENT -------------- */

body { 
	background-color: #FFFFFF;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#main {
	text-align: center;
 	border: 0px solid #000000;
	margin: 30px 25px 25px 30px;  
}

.thick-line {
	position: relative;
   	color: #8B8B8B;
	margin: 20px 0px 0px 0px;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
}

.thick-line-credits {
	position: relative;
   	color: #8B8B8B;
	margin: 20px 0px 20px 0px;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
}
