/*** Body Styles ***/
body{
	background-image: url('./images/bar.gif');
	background-attachment: fixed;
	margin-top:10;
}
/*** Body End ***/

.dist 
{
	font-family: Arial,verdana,hev;
	font-weight:bold;
	font-size:12px;
}

a:link 
{ 
	text-decoration: none;
}
a:visited 
{ 
	text-decoration: none;
}
a:active 
{ 
	text-decoration: none;
}

.highlight 
{
	text-decoration:underline; 
	font-weight:bold; 
	color:black; 
	background:yellow;
}

.highlight1 
{
	text-decoration:none; 
	font-weight:bold; 
	color:black; 
	background:yellow;
}

/*** Footer Styles ***/
a.footer {
    text-decoration:none;
    color:#FFFFFF;
	font-weight: bold;
}