/* CSS Document */
body {
	font-family:Arial, Helvetica, sans-serif;font-size: 10pt;
	background-color: #000000;
	background-image: url(hellene_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
body,td,th {
	color: 998d73;
}


p {font-family:Arial, Helvetica, sans-serif; font-size: 10pt; text-align:left; color: #998d73; margin: 10px;}

h1 {
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 11pt; 
	color: #998d73; 
	font-weight:bold; 
	text-align:center; 
	margin: 20px 10px 10px 10px;
	}
	
h2 {font-family:Arial, Helvetica, sans-serif; font-size: 10pt; text-align:left; color: #998d73; font-weight:bold; text-align:left }

a {
	font-size: 10pt;
	color: #ed1c24;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #990000;
}
a:hover {
	text-decoration: underline;
	color: #f69679;
}
a:active {
	text-decoration: none;
}
