﻿* {
	margin:0px; 
	padding:0px;
}

body {
	font-family: Arial, sans serif;
}

h1 {
	margin:5px 0px;
	font-size:3em;
}

h2 {
	margin:10px 0px;
	font-size:2em;
}

h3 {
	margin:10px 0px;
	font-size:1.5em;
}

img {
	border: none;
}

p { 
	margin-top: 8px; 
	margin-bottom: 8px; 
}

fieldset {
	width: 100%;
}

legend {
	padding: 0px 4px;
}

ul {
	padding:0px 20px;
}

a {
	font-weight:bold;
	font-size: 0.9em;
}	

a:link {
	color: #A51003;
	text-decoration: none;
	}

a:hover {
  color: #216421;  
    text-decoration: underline;
}
a:visited {
/*  color: #690;*/
   color: #A51003;
   text-decoration: none;
}

/*put the left rounded edge on the track*/
/*#track1-left{
   position: absolute;
   width: 5px;
   height: 9px;
   background: transparent url(./img/slider/slider-images-track-left.png) no-repeat top left;
}
*/
/*put the track in the right rounded edge on the track*/
/*#track1{
   background: transparent url(./img/slider/slider-images-track-right.png) no-repeat top right;
}*/
