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

body {
  margin: 0px 0px 0px 10px;
  font-family:Georgia, "Times New Roman", Times, serif;
  font-size: 12px; 
  background-color:#000;
  text-decoration: none; 
  font-weight: normal; 
  line-height: normal;
  color:#FFF;
  
  
}
		 
a          { color:#093}
a:link     { color:#093; text-decoration: none; }
a:visited  { color:#093; text-decoration: none; }
a:active   { color:#093; text-decoration: none; }
a:hover    { background-color:#033; color:#093; text-decoration:none; }

h1 {
	color:#093;
	font-size:24px;
	
}

.tagline {
	font-size:18px;	
	
}
