body {
	margin: 0px;
	cursor: default;
}

div.titl, h3 {
	font-family: Century Gothic;
	color: #ff0000;
	text-transform: uppercase;
	font-size: 28px;
	background-image: url('images/titls.jpg');
	background-repeat: no-repeat;
	padding-left: 150px;
	line-height: normal;
	font-weight: normal;
}

p.subs {
	font-family: georgia;
	text-transform: uppercase;
	font-size: 6pt;
	letter-spacing: 5px;
	color: #0099ff;
	margin-top: 0px;
	line-height: normal;
}

p {
	font-family: Arial;
	font-size: 11px;
	line-height: 20px;
}

b, strong { color: #ff0000; }
em, i { color: #0099ff; }
u { border-bottom: 2px dashed #ff9900; color: #ff9900; text-decoration: none; }
u:hover { border-bottom: 2px dashed #0099ff; }

a, a:link, a:visited, a:active {
	background-repeat: repeat-y;
	text-decoration: none;
	color: #ff3366;
	font-style: italic;
	font-family: georgia;
	cursor: default;
}

a:hover {
	background-image: url('images/atitls.jpg');
	background-repeat: repeat;
	color: #ffffff;
	cursor: default;
}

.affiliates, .codesort img {
	border: 4px solid #ff0000;
	cursor: default;
}

a:hover .affiliates, .codesort img:hover {
	border: 4px solid #0099ff;
}

.stats {
	background-image: url('images/stats.jpg');
	background-repeat: no-repeat;
    padding-bottom: 5px;
	padding-left: 50px;
	font-family: Georgia;
	font-size: 9px;	
	line-height: 14px;
	padding-top: 3px;
}

li, li a, li a:link, li a:visited, li a:active {
	list-style-image: url('images/brick.jpg');
	font-style: normal;
	color: #ff0000;
	font-family: century gothic;
	text-transform: uppercase;
	font-size: 11px;
 }
 
li a:hover {
	color: #ffffff;
}

input, textarea, option, select {
	font-family: Arial;
	font-size: 11px;
	border: 1px dashed #0099ff;
	background-color: #ffffff;
}