body {
	background-image:   url(images/bg.jpg);
	background-repeat: repeat;
	background-color: #b1dad2;
	cursor: nw-resize;
	margin: 0px;
}

table {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #7f4339;
	background-color: #b1dad2;
	cursor: nw-resize;
	text-align:left;


}

a:link {
    color : #730305;
	text-decoration : underline;
	font-weight: bold;
	
}

a:visited {
	color : #ac5426;
	font-weight : bold;
	text-decoration : underline;
	
}

a:hover {
	color : #5c6f67;
	cursor : sw-resize;
	text-decoration : line-through;

}

b {
color: #eb3d34;
}

u {
color: #47b183;
}

i {
color: #989631;
}

blockquote
{
	background: #8ca198;
	color: #ffffff;
	padding: 3px;
	text-align: center;
}

h1 {
	font-family:"Times New Roman", Times, serif;
	color:#FFFFFF;
	font-size:20pt;
	text-transform: lowercase;
	text-align:left;
	line-height: 30px;
	font-style: italic;
	font-weight: bold;
}

form {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	background-color: #afdad1;
	color: #ffffff;
	}

input {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	background-color: #8ca198;
	color: #ffffff;
}

textarea {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	background-color: #8ca198;
	color: #ffffff;
}

select {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	background-color: #8ca198;
	color: #ffffff;
}
	
.codesort img { 
border: 2px #ffffff solid;
margin-left: 5px;}



