body, table, td { 
	color:#9b9b9b; 
	font-size:12px; 
	font-family:tahoma, sans-serif;
	background:url('Small/bg.jpg');
	cursor: ne-resize; 
}

.nav {
	font-family:georgia, serif;  
	background-color:#f0f0f0;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	letter-spacing: 2px;
	padding: 6px;
	margin-bottom: 3px;
}

.header {
	font-family: georgia, serif; 
	font-weight: bold;
	font-size: 25px; 
	letter-spacing: 4px;
	margin-bottom: -15px;
	color:#dcdcdc;
}

#layout {
	background-color: #fff;
	padding: 10px;
	text-align: justify;
	width: 600px;
}
.credit { 
	font-size: 10px;
}

.codesort {
	text-align: left;
}

.codesort img { 
	background-color: #f0f0f0;
	border: 3px #f0f0f0 solid;
}
.code {
	border: 3px #f0f0f0 solid;
}

.image {
	margin-bottom: 6px;
}

img 
	{ 
	border: 0px;
}

a:link {
	color: #838383; 
	text-decoration: underline; 
} 

a:visited {
	color: #838383; 
	text-decoration: line-through; 
	font-weight: none;
} 

a:active {
	color: #fff; 
	text-decoration: none; 
} 

a:hover {
	color: #c9c9c9; 
	cursor: se-resize;
	text-decoration:none;
}

input, textarea {
	font-family: Arial, tahoma, sans-serif; 
	font-size: 12px; 
	background-color: transparent; 
	color:#9b9b9b; 
	border:#9b9b9b 1px solid;
}
