.body {
    cursor: default;
	font-family: "Courier New", Courier, monospace;
	color: #53514D;
	font-size: small;
	line-height: 16px;
}

::-moz-selection{
	background:#FF3366;
	color:#fff;
}
::selection {
	background:#FF3366;
	color:#fff;
}

span.tabtxt {
    cursor: default;
	background:#668EFF;
	color:#fff;
	font-family: "Courier New", Courier, monospace;
	font-size: small;
}
a:link.tabtxt2 {
	background:#668EFF;
	color:#fff;
	font-family: "Courier New", Courier, monospace;
	font-size: small;
}
a:visited.tabtxt2 {
background:#668EFF;
	color:#fff;
	font-family: "Courier New", Courier, monospace;
	font-size: small;
}
a:hover.tabtxt2 {
    cursor: default;
	background:#668EFF;
	font-family: "Courier New", Courier, monospace;
	font-size: small;
	color:#fff;
}

span.tabtxtred {
    cursor: default;
	background:#FF3366;
	color:#fff;
	font-family: "Courier New", Courier, monospace;
	font-size: small;
	line-height: 16px;
}


a:link {
	text-decoration: none;
	color: #53514D;
}
a:visited {
	color: #53514D;
	text-decoration: none;
}
a:hover {
/*cursor: crosshair;*/
	background:#B7FFF0;
	text-decoration: none;
	color: #B7FFF0;
}




/*---- N e w s ----*/
a:link.news {
	text-decoration: none;
	color: #53514D;
}
a:visited.news {
	color: #53514D;
	text-decoration: none;
}
a:hover.news {
/*cursor: crosshair;*/
	background:#fff75f;
	text-decoration: none;
	/*color: #FFFFFF;*/
	color: #fff75f;
}

/*---- A b o u t   U s ----*/
a:link.us {
	text-decoration: none;
	color: #53514D;
}
a:visited.us {
	color: #53514D;
	text-decoration: none;
}
a:hover.us {
	/*background:#8900FE;*/
	background:#C179F9;
	text-decoration: none;
	color: #C179F9;
}

/*---- F r e e b i e s ----*/
a:link.free {
	text-decoration: none;
	color: #fff;
}
a:visited.free {
	color: #fff;
	text-decoration: none;
}
a:hover.free {
	cursor: move;
	background:#00ff99;
	text-decoration: none;
	color: #fff;
}

/*---- C o n t a c t ----*/
a:link.mail {
	text-decoration: none;
	color: #53514D;
}
a:visited.mail {
	color: #53514D;
	text-decoration: none;
}
a:hover.mail {
	cursor: help;
	background:#FF3366;
	text-decoration: none;
	color: #FF3366;
}


.xs-tri {font-size: x-small}



.footer {position: absolute;
bottom: 0;
padding: 0 0 12%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #A9A398;
}
