/* text.css */

body {
	color: #c9d3d8;
	background: #000000;
	margin: 0px;
	font-family: verdana, sans-serif;
	font-size: 11px;
}

td {
	color: #c9d3d8;
	font-size: 11px;
}

.content {
	background: #033048;
}

.table {
	background-image: url('http://img.photobucket.com/albums/v197/skworl/fry/bluetblbg.jpg');
}

.ttl {
	width: 100%;
	color: #c9d3d8;
	font-family: verdana, sans-serif;
	font-weight: bold;
	font-variant: small-caps;
	font-size: 14px;
	background: #174c68;
	background-image: url('http://img.photobucket.com/albums/v197/skworl/fry/bluettlbg.jpg');
}

.sbttl {
	color: #c9d3d8;
	font-family: verdana, sans-serif;
	font-weight: bold;
	font-variant: small-caps;
	font-size: 12px;
}

.wrds {
	margin: 10px;
}

.form {
	font-size: 11px;
	font-weight: normal;
	font-family: verdana, sans-serif;
	border: 1px solid #174c68;
	color: #c9d3d8;
	background-color: #093c56;
}

.button {
	font-size: 11px;
	font-weight: normal;
	font-family: verdana, sans-serif;
	border: 1px solid #174c68;
	color: #c9d3d8;
	background-color: #093c56;
}

.pic {
	border: 1px solid #174c68;
}

a:link {
	color: #7e909a;
	font-size: 11px;
	text-decoration: none;
}

a:visited {
	color: #7e909a;
	font-size: 11px;
	text-decoration: none;
}

a:hover {
	color: #205a78;
	font-size: 11px;
	text-decoration: none;
}

a:active {
	color: #174c68;
	font-size: 11px;
	text-decoration: none;
}