
/* background color and text STARTS here */
	body {	background: #000000;
	t-size: 13px;
	font-family: Lucida Grande,Geneva,Verdana,Arial,Helvetica,sans-serif;
	color: #FF9900; 
	text-align: left;}
/* background color and text ends here */



/* change lines between links STARTS here */


.links {	font-family: Lucida Grande,Geneva,Verdana,Arial,Helvetica,sans-serif;
	color: #FFFFFF;
	font-size:13px;}
/* text color ends here */


A {
	font-weight: bold;
	text-decoration: none;
}


/* hover color STARTS here */
a:link {color: #9933FF;}
a:visited {color: #66FF00;}
a:active {color: #6633FF;}
A:hover { color: #FF0000; }

/* hover color ends Here */

