body { 
	color:#ffffff; 
	font-size:11px; 
	font-family:trebuchet ms, tahoma, arial, sans-serif; 
	background: transparent; 
	cursor: ne-resize; 
	text-align: justify;
	padding-top: 5px;
	padding-right: 3px;
}

img {
	border:0px;
}

.code {
	border: 3px solid #96B2A7;
	background-color: #96B2A7;
	opacity:.75;
}

.code:hover {
	border: 3px solid #96B2A7;
	background-color: #96B2A7;
	opacity:1.0;
}

.credit { 
	font-size: 10px;
}

.codesort {
	text-align: left;
}

.codesort img {
	border: 3px solid #96B2A7;
	background-color: #96B2A7;
	opacity:.75;
}

.codesort img:hover {
	border: 3px solid #96B2A7;
	background-color: #96B2A7;
	opacity:1.0;
}

.header {
	font-weight:bold; 
	font-size:15px; 
	font-family:arial, sans-serif; 
	letter-spacing:3px;
	color:#fff;
	background:url('images/header.gif') repeat-x bottom;
}

a:link {
	color: #fff; 
	text-decoration: underline;
	cursor: help;
	font-weight: bold;
} 

a:visited {
	color: #22383C; 
	text-decoration: underline;
	cursor: help;
	font-weight: bold;
} 

a:active {
	color: #fff;
} 

a:hover {
	color: #22383C; 
	background:url('images/header2.gif') repeat-x bottom;
	text-decoration: none;
	cursor: help;
	font-weight: bold;
}


input, textarea {
	font-family: arial, tahoma, sans-serif; 
	font-size: 10px; 
	background-color: transparent; 
	color: #fff; 
	border: #fff 1px solid;
}
