﻿
a:active {
	color: #333333;
	font-weight: bold;
	text-decoration: none;

}
a:link {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #333333;
	font-weight: bold;
	text-decoration: none;

}
a:hover {
	color: #666666;
	font-weight: bold;
}
body {
	margin: 0px;
	font-family: Arial;
	background-color: #4E7DA8;
	font-size: small;
}
.content {
	padding: 10px;
	color: #FFFFFF;
	font-size: x-small;
}
.bar {
	text-align: center;
	background-image: url('images/bar.jpg');
	line-height: 38px;
}
.floatleft {
	margin-left: 10px;
	margin-right: 10px;
	float:left
}

