body 
	{  
	font-family: Courier; 
	font-size: 13px; 
	color: #000000; 
	width: 500px;
	margin-left: 15px;
	} 

.one
	{
	width: 500px;
	}

a:link
	{
	color: #000000;
	text-decoration: none;
	border-bottom: 1px solid #FFAB09;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	}

a:hover
	{
	color: #000000;
	text-decoration: none;
	border-bottom: 1px solid #BAD1F0;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	}

a:visited
	{
	color: #000000;
	text-decoration: none;
	border-bottom: 1px solid #FFE65D;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	}

a:active
	{
	color: #000000;
	text-decoration: none;
	border-bottom: 1px solid #FFE65D;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	}

span.c
	{
	color: #C28207;
	}

