
body{
	color: #000000;
	background-color : #ffffff;
    }
body, div, p, th, td, li, dd    {
             /* redundant selectors to help NS4 not forget */
    font-family:  Trebuchet MS,Verdana,Arial,Helvetica,Geneva,Swiss,SunSans-Regular,sans-serif;
	color: #000000;
    }
	
a:link {
	color: #FF3300;
	background-color: #ffffff;
}

a:visited {
	color: #CC3300;
	background-color: #ffffff;
}

a:hover {
	color: #FF3300;
	background-color: #ffffcc;
}

a:active {
	color: #FF3300;
	background-color: #ffffcc;
}

h1{
	color: #787878;
	font-size: 18pt;
	margin-top: 10px; 
	margin-bottom: 0px;
}

h2{
	color: #787878;
	font-size: 15pt;
}

h3{
	color: #787878;
	font-size: 13pt;
}

h4{
	color: #787878;
	font-size: 12pt;
}

ul {
	list-style-image: url(http://www.beware-of-art.com/redesign/bullet.gif);
}
