body {
    background-image: url(images/bg.png);
  	font-family: Verdana, Arial, Helvetica, sans-serif;
  	font-style: normal;
  	font-size: 1em;
  	font-weight: normal;
  	color: #212121;
}

H1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
  	font-size: 1.1em;
	color: #333333;
	margin-bottom: 20px;
}

H2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	color: #333333;
	padding: 3px;
	margin-bottom: 15px;
}

p{
	font-size: 0.75em;
	margin: 11px 0px;
}

p, li {
	line-height: 1.5em;
	border: 0px solid red;
}

a:link {
	font-size: 100%;
	font-weight : normal;
	color : #0000ff;
	text-decoration : none;
}
a:visited {
	font-size: 100%;
	font-weight : normal;
	color : #0000ff;
	text-decoration : none;
}
a:hover{
	font-size: 100%;
	font-weight : normal;
	color : #ff0000;
	text-decoration : underline;
}

/*menu*/

.underlinemenu{
font-weight: bold;
width: 100%;
}

.underlinemenu ul{

padding: 100px 0 4px 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
margin: 0;
text-align: right; //set value to "left", "center", or "right"*/
}

.underlinemenu ul li{

display: inline;
}

.underlinemenu ul li a{
background-image: url(images/change.jpg);
color: #ffffff;
padding: 100px 6px 4px 7px; /*top padding is 6px, bottom padding is 4px*/
margin-right: 17px; /*spacing between each menu link*/
text-decoration: none;
border-bottom: 0px solid gray; /*bottom border is 3px*/
}

.underlinemenu ul li a:hover, .underlinemenu ul li a.selected{
background-image: url(images/change2.jpg);
border-bottom-color: black;
}

.underlinemenu ul li a.chosen {
background-image: url(images/change2.jpg);
}
