/* CSS Document */

body {
	margin: 0px;
	/*background: repeat url(wallpaper2.jpg);*/
}
table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: yellow;
	line-height: 18px;
}
a {
	color: #7a52c7;
	text-decoration: none;
}
a:hover {
	color: #7a52c7;
	text-decoration: underline;
}
.boldBlue {
	font-weight: bold;
	color: #0247ae;
}