body {
	background-color: #540000;
	background-image: url(images/04.jpg);
	margin: 0px;
	padding: 0px;
	overflow: auto;

}
p {
	font-family: "Trebuchet MS", Arial, Tahoma;
	font-size: 11px;
	color: #DA272D;
	text-align: justify;

}
.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CD5B5A;
	color: #4A0001;
}
a {
	text-decoration: none;
	color: #FF0033;
}
a:hover {
	color: #FFFFFF;
}
#sidebar {
	font-family: "Trebuchet MS", Arial, Tahoma;
	font-size: 11px;
	background-color: #7C1415;
	border: 1px solid #C44C4D;
	text-align: justify;
	padding: 5px;

}
