
}
body
{ 
background-image: url(testbg.jpg);
background-repeat: repeat-x
} 
}

a.a:link {

	color: 1A3A65;
	text-decoration: none;

}

a.a:hover {

	color: #1A3A65;
	text-decoration: none;

}

a.a:visited {

	color: 1A3A65;
        text-decoration: none;

}

a.b:link {

	color: F6841A;
	text-decoration: none;

}

a.b:hover {

	color: F6841A;

	text-decoration: none;

}

a.b:visited {

	color: F6841A;

	text-decoration: none;

}

a.c:link {

	color: #800000;

	text-decoration: none;

}

a.c:hover {

	color: #800000;

	text-decoration: none;

}

a.c:visited {

	color: #800000;

	text-decoration: none;

}