﻿.navigation {
	font-family: Verdana;
	font-size: 14px;
	padding-left: 5px;
	color: #FFFFA8;
}
.navigation a:link {
	color: #FFFFA8;
	text-decoration: none;

}
.navigation a:visited {
	color: #FFFFA8;
	text-decoration: none;
}
.navigation a:hover {
	color: #D33B43;
	text-decoration: none;
}
.navigation a:active {
	color: #FFFFA8;
	text-decoration: none;

}
.links {
	font-family: Arial;
	font-size: 9px;
	color: #800000;
	text-decoration: none;
}
.links a:link {
	color: #800000;
	text-decoration: none;

}
.links a:visited {
	color: #800000;
	text-decoration: none;
}
.links a:hover {
	color: #000000;
	text-decoration: underline;
}
.links a:active {
	color: #800000;
	text-decoration: none;

}
.tag {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	text-decoration: none;
	padding-right: 10px;

}
.title {
	font-family: Verdana;
	font-size: 14px;
	color: #800000;
	text-decoration: none;
	padding: 20px 20px 5px;
}

.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
	text-align: justify;
}
.content a:link {  color: #90072A; text-decoration: none}
.content a:visited {  color: #90072A; text-decoration: none}
.content a:hover {  color: #D33B43; text-decoration: underline}
.content a:active {  color: #90072A; text-decoration: none}
