@charset "UTF-8";

/****************** 	
	Tamara Levy
	October 2008
	index_style.css

****************/

/*********** Globals **************/

body{
	background: #000000 url('/images/lightstreet.jpg') no-repeat top center;
	font-size: 10pt; 
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	text-align: center;
	margin: 0 auto;
	width: 100%;
	padding: 0;
} 

#links{
	margin: 50px auto;
}
#links h1{	font-size: 24pt; 	color: #FFFF88; font-weight: lighter;}
#links a,a:visited,a:hover{ font-size: 12pt; text-decoration: none; border: 1px solid #FFFF88; padding: 5px;	}
#links a{ 		color: #FFFF88; }
#links a:hover{ 	color: #eeeeee; }

#links ul{ margin: 0; 			padding: 0; }
#links li{ display: inline; 		padding: 10px;}
