
body {
	background-color:#000;
	font-family:'segeo', 'Segeo WP Regular', Sans-Serif;
	color:black;
	font-size:12px;
}

.content
{
	width:610px;
	text-align:left;
	padding:10px 40px;
}

h1 {
	font-family:'segeolight', 'Segeo WP Light',  Sans-Serif;
	font-size:50px;
	color:#fff;
}

p  {
	font-family:'segeo', 'Segeo WP Regular', Sans-Serif;
	font-size:14pt;
	color:#fff;
}
	
a:link    {color:#fff; text-decoration:none;}
a:visited {color:#fff; text-decoration:none;}
a:hover   {color:#fff; text-decoration:underline;}
	
	
@font-face {
	font-family: segeolight;
	src: url('fonts/segoeuil.eot');	 /* EOT for IE */
}

@font-face {
 font-family: segeolight;
 src: url("fonts/segoeuil.ttf"); /* TTF for CSS3 */
}



@font-face {
 font-family: segeo;
 src: url("fonts/segoeui.eot"); /* EOT for IE */
}
@font-face {
 font-family: segeo;
 src: url("fonts/segoeui.ttf"); /* TTF for CSS3 */
}