/*** Body Styles ***/
body{
	background-image: url('./images/bar.gif');
	background-attachment: fixed;
	margin-top:10;
}
/*** Body End ***/

H1 {
	font-weight : normal;
	font-size : large;
}
H2 { font-size : 16px; }
H3 { font-size : 13px; }
H4 { font-size : .9em; }
H1, H2, H3 {
margin:0px 0;
}

.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;
}

BODY
{
}
BODY A:link
{
    TEXT-DECORATION: none;
}
Body A:visited
{
    TEXT-DECORATION:none;
}
