body{
color:#FFFFFF;
background-color : #000000;
}
h1{
	font-family:architecture,"Lucida sans unicode",sans-serif;
	font-size : 40px; 
	font-weight : bold;
	color:#FFFF00;
}

h2{
	font-family :"Abadi MT Condensed Light", arial,serif;
	font-size : 25px;
	font-weight : bold;
}

h3{
	font-family :"Abadi MT Condensed Light", arial,serif;
	font-size : 20px;
	font-weight : bold;
}

h4{
	font-family:"Times New Roman",serif;
	font-size : 20px; 
	font-weight : normal;
	font-style : italic;
	font-weight : bold;
}

p{
	font-family: "Abadi MT Condensed Light", arial,serif;
	font-size : 18px; 
	font-weight : bold;
}

  :link { color: #FFFF00; } 
  :visited { color: #C0C0C0; }
  :active { color: rgb(255, 0, 102); } 
  :hover { color: #ffffff; }
  #left{
	float : left;
	padding : 1em;
}

#right{
	float : right;
	padding : 0em;
}
