body 
{ 
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
}
.snippet
{
	font-size: 10px;
}
table 
{ 
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
}
td
{
	font-family: Arial;
	font-size: 12px;
}
A:Link.navbar, A:Active.navbar, A:Visited.navbar 
{
	font-family: Arial;
	font-size: 12px;
	background-color: #FFFFFF;
	width: 70px;
	text-decoration: none;
	color: #000000;
	text-align: center;
}

A:Hover.navbar 
{
	background-color: #3F6CD6;
	text-decoration: none;
	color: #FFFFFF;
}
A:Link, A:Active, A:Visited 
{
	color: navy;
	font-family: Arial;
	text-decoration: none;
}

A:Hover 
{
	text-decoration: underline;
	color: red;
}
input.contact {
	font-size: 12px;
	font-family: Arial;
	border: solid 1px #333333;
	width: 350px;
}
textarea.contact {
	font-size: 12px;
	font-family: Arial;
	border: solid 1px #333333;
	width: 350px;
	height: 200px;
}
select.contact {
	font-size: 12px;
	font-family: Arial;
	border: solid 1px #333333;
	width: 350px;
}
input.addpost {
	font-size: 12px;
	font-family: Arial;
	border: solid 1px #333333;
	width: 350px;
}
textarea.addpost {
	font-size: 12px;
	font-family: Arial;
	border: solid 1px #333333;
	width: 350px;
	height: 200px;
}
select.addpost {
	font-size: 12px;
	font-family: Arial;
	border: solid 1px #333333;
	width: 350px;
}
li {
	font-size: 10px;
	font-family: Arial;
}