body {
	background: #fff;
	font-size: 13px;
	font-family: verdana, sans-serif;
}

body, td, th, a, input, .title{
	color: #000;
	font-family: Arial, Verdana, sans-serif;
	font-size: 13px;
}

table {
	background-color: #efefef;
	padding: 10px;
}

.title{
	font-size: 13px;
}

.start{
	font-size: 13px;
	font-weight: bold;
}

.backlink{
	font-size: 11px;
	font-weight: bold;
}

input{
	background-color : White;
	color: Black;
}

img {
	background: #fff;
	padding: 5px;
	border: 1px solid #000;
}

a {
	color: #0c468b;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #8888c2;
	text-decoration: none;
}