body {
	background-attachment: fixed;
	background-image:  url(background.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #000000;

}
h1 {
	background-color: #333333;
	border: thin dashed #666666;
	font-family: Tahoma;
	color: #999999;
	font-size: 18pt;
	font-weight: bold;
	text-align: center;
	margin-right: 100px;
	margin-left: 100px;


}
p {
	font-family: Tahoma;
	font-size: 10pt;
	color: #999999;
	margin-left: 100px;
	margin-right: 100px;


}
a:link {
	font-family: tahoma;
	font-size: 12px;
	color: #DDDDDD;
	text-decoration: underline;
	padding: 2px;
	line-height: 150%;
	border-top: thin solid #111111;
	border-right: thin none #111111;
	border-bottom: thin solid #111111;
	border-left: thin none #111111;






}
a:hover {
	font-family: tahoma;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
	padding: 2px;
	line-height: 150%;
	border-top: medium solid #333333;
	border-right: medium none #333333;
	border-bottom: medium solid #333333;
	border-left: medium none #333333;

}
a:visited {
	font-family: tahoma;
	font-size: 12px;
	color: #cccccc;
	padding: 2px;
	line-height: 150%;
	border-top: thin solid #111111;
	border-right: thin none #111111;
	border-bottom: thin solid #111111;
	border-left: thin none #111111;
	text-decoration: line-through;


}
a:active {
	font-family: tahoma;
	font-size: 12px;
	color: #CCCCCC;
	text-decoration: underline;
	padding: 2px;
	line-height: 150%;
	border: thin solid #333333;


}
h2 {
	margin-left: 100px;
	margin-right: 100px;
	text-align: center;
	font-weight: lighter;


}
