@charset "UTF-8";

body {
	background-color: #0D0730;
	color: #FFD30E;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height:16px;
}
a:link {
	color: #0FF;
	text-decoration:none;
	}      /* unvisited link */
a:visited {#0FF;}  /* visited link */
a:hover {#FF0000;}  /* mouse over link */
a:active {#F30;}  /* selected link */

h2 {
	font-family: Arial, Helvetica, sans-serif;	
	font-size:18px;
	/*line-height: 22px;*/
	text-decoration:none;
}
.title_medium {
	 font-family: Arial, Helvetica, sans-serif;	
	font-size:16px;
 }
 
.copper_light {
	font-family: "Copperplate Light", "Copperplate Gothic Light";
	font-size: 12px;
}
.leader_sentence {
	font-size: 18px;
	color: #FF0;
	line-height: 28px;
}