/* artbrass.css */

body,h1,h2,p,td,b,i, ul, li {
	font-family:helvetica,arial,sans-serif; 
	}

body,p,td,b,i,div {
	font-size:10pt;
	max-width:600px
	}


h1 {	font-size:12pt; 
	font-weight:bold;
	margin-bottom:6pt 
	}

a {
	text-decoration:none;
	}

a:visited {
	color:#7777ff;
	}
a:hover {
	color:#ff0000;
	}

