html, body {
     background:#000000 repeat;
     color: #666563;
     font-family:Georgia, "Times New Roman", Times, serif;
     font-size: 12pt;
	 padding:25px;
}

a {
	color:#7da7d9;
}

a:hover {
	color:#ff7be2;
}

p {
     margin: 20px 0pt;
}

ul {
     list-style:circle;
     margin:20px;
}

h1 {
	font-size:32px;
	text-transform:uppercase;
	color:#b6101d;
    border-bottom: 1px dotted #ffffff;
    margin-bottom: 20px;
    padding-bottom: 15px;	
}

h2 {
	font-size:24px;
	text-transform:uppercase;
	color:#837562;
    border-bottom: 1px dotted #ffffff;
    margin-bottom: 20px;
    padding-bottom: 15px;	
}
