TABLE
{	font-family: 'Arial', 'Helvetica', 'Sans Serif';
	color: #cdcdcd;
}

body, p, td, a, span, div, b, i, li, ul, ol, tt, th, h1, h2, h3, h4, h5, font, br { 
	font-size: 13px;
	font-family: Arial, Verdana, Tahoma, Helvetica, Geneva, Swiss, SunSans-Regular ;
	}

body, p, td, a, div, b, i, li, ul, ol, tt, th, h3, h4, h5, br { 
	color: #cdcdcd;
	
	}
h1 {
	color: #b6b6b6;
	font-size: 18px;
}

h2 {
	color: #b6b6b6;
	font-size: 16px;
}

UL
{ 	list-style-image: url(bullet.gif);
	margin-top: 4px;
	margin-bottom: 4px;
	font-size: 13px;
	line-height: 18px;
}
img { border-color: gray}

<!-- -----------links-----------{  }
 	 a:link {color: white; text-decoration:none;}
	 a:visited {color: lightgray; text-decoration:none}
	 a:hover {color: gray; text-decoration:none}
	 a:active {color: gray; text-decoration:none}
	 a:focus {color: gray; text-decoration:none}
