/* CSS Document */


body {
	background-image: url(http://www.nirantar.net/images/bg_red.jpg);
	background-color: #BB4545;
}
body,td,th {
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #000000;
}

a {
	font-size: 12px;
	color: #000000;
}
a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a:active {
	color: #000000;
	text-decoration: none;
}
a:link {
	text-decoration: none;
	color: #000;
}