/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 15px;
	margin-left: 15px;
	text-align: left;
	background-color: #546180;
	background-image:  url(../img/background.jpg);
	background-repeat: no-repeat;
	text-align:center;
}

a#qball {
	color: #FFFFFF; /*#fff;*/
	font-weight: bold;
	text-decoration: none;
}

a:link { color: #3F4A66; text-decoration: underline; /*font-weight: bold;*/ }
a:visited { color: #3F4A66; text-decoration: underline; /*font-weight: bold;*/ }
a:hover { color: #3F4A66; /*font-weight: bold;*/ }
a:active { color: #3F4A66; text-decoration: underline; /*font-weight: bold;*/ }