

/* Presentation Stylesheet */ 

h3, p {
 margin:0;
 padding:15px;
 }

h4 {
 margin:0; 
 padding: 5px 0;
 }
 
p:first-letter {
	font-size: 100%;
	font-weight: bold;
	color: Maroon;
}

li {
	list-style: none;
	background-image: url(images/bullet-small.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 30px; /* space for the image */
	padding-bottom: 10px; /* space for the image */
}

.style1 {
	font-size: small;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
}

.buttonscontainer {width: 145px;}

.buttons a {color: ;
background-color: ;
padding: 2px;
padding-left: 3px;
display: block;
font: 10px Verdana, sans-serif;
font-weight: bold;
text-decoration: none;
text-align: left;}

.buttons a:hover {background-color: ;
color: ;
text-decoration: none;}

