@charset "UTF-8";
/* CSS Document */

body{
	padding:0;
	margin:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#ffffff;
	font-size: 15px;
	background-color: #000000;
	background-image: url(../images/bg.gif);
	background-repeat: no-repeat;
	background-position: center top;

	}

h1 {
	font-family: Georgia, Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 45px;
	color: #ffffff;
	text-align: left;
	font-weight: normal;
	font-weight: normal;
	margin-bottom:13px;
	margin-top:0px;
}

A:link {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #ffffff;
        text-decoration : underline;
        font-weight: none;
     
 }
A:visited { 	
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #ffffff;
	text-decoration : underline;
        font-weight: none;
 }
A:hover { 	
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #ffffff;
	text-decoration : underlined;
        font-weight: none;
 }
 