

/* Presentation Stylesheet */ 
p {
 padding: 0 15px;
 font-size: 4;
 }

h4, h3 {
font-size:6;
 margin:0; 
 padding: 5px 0;
 }


ul {list-style-type: none;
	list-style-image: url(picts/bullett2.png);
 }

a:link {
	color:silver;

 }

a:visited {
	color:#cccccc;
	}

a:hover {
	color:blue;
	}

