/* CSS Document */

body {
background: #0a0909;
}

p {
font-family: helvetica, sans-serif;
font-size: 11px;
font-color: #ffffff;
margin: 0.5em;
}

p.about {
font-family: helvetica, sans-serif;
font-size: 12px;
line-height: 15px;
color: #000000;
margin: 1em;
}

h1 {
font-size: 16px; 
font-family: helvetica;
font-style: bold;
line-height: 18px;
color: #330000;
margin: 1em;
}

h3 {
	color: #000000;
	font-family: helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
	}
	

p.title {
	color: #000000;
	font-family: helvetica, sans-serif;
	font-style: italic;
	font-size: 11px;
	}

 
a:link {
	color:#000000;
	font-family:helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	line-height:14px;
	text-decoration:none;
	
}
a:hover {
	color:#000000;
	font-family:helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	line-height:14px;
	text-decoration:none;
}

a:visited {
	color: #000000;
	font-family: helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 14px;
	text-decoration: none;
}


a.email:link {
	color: #000000;
	font-family: helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px
}

a.email:visited {
	color: #000000;
	font-family: helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px
}


.frame {
border-color: #000000;
border-width: 1px;
}