/* joiasdesign */

body {
	font: 12px verdana;
	color: #006666;
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	text-align: center;
	background-repeat:no-repeat;
	background-position:right bottom;
	background-attachment:fixed;
	background-image: url(main_files/bullseye-vector-alone.png);
}

a,
a:visited {
	color: #006666;
	text-decoration: none;
}


a:hover,
a:visited:hover {
	text-decoration: bold;
	color: #CCFFCC;
}


/*
 * Title
 */
.fw-head h1 {
	font: normal 36px Georgia;
	letter-spacing: -1px;
	text-align: center;
        color: #006666; 
	margin: 0px;
	position: absolute;
	top: 15px;
	left: 20px;
	z-index: 10;
}


.mainpagelinks {
	font: 25px Georgia;
	letter-spacing: -1px;
	text-align: center;
        color: #006666; 
}