h1{
	font-family:Arial, Helvetica, sans-serif;
}
h2{
	font-family:Arial, Arial, Helvetica, sans-serif;
}
p{
	font-family:Arial, Helvetica, sans-serif;
}
p#title{
	color: #F498C0;
	margin-left: 5px;
}
p.right{

	color: #000000;
	font-size: x-small;

}
div#content {
	border:dotted;
	width: 470px;
	float: left;
}
div#links{
	border: dotted;
	width: 149px;
	float: right;
	
}

ul
{
list-style-type: none;
text-align: left;
margin-left: 0px;

}
html>body ul
{
list-style-type: none;
text-align: left;
margin-left: -20px;

}

ul li a
{
background: transparent url(images/list-off.gif) left center no-repeat;
padding-left: 0px;
margin-left: 0px;
text-align: left;
font: normal 12px "arial, helvetica, sans-serif;
text-decoration: none;
color: #000000;
}

ul li a:hover
{
background: transparent url(images/list-on.gif) left center no-repeat;
color: #F498C0;
}

ul li a#current
{
background: transparent url(images/list-active.gif) left center no-repeat;
color: #000000;
}

	
	
}
