A:Link { color: #0154a0; text-decoration: underline; }
A:Visited { color: #0154a0; text-decoration: underline; }
A:Active { color: #0154a0; text-decoration: underline; }
A:Hover { color: #ed1b24; text-decoration: none; }

body {
	background-image: url('bg.jpg');
	margin: 0px 0px 0px 0px;
	text-align: justify;
	color: #ffffff;
	font-family: georgia;
	font-size: 14px;
}

.header {
	background-image: url('header-bg.jpg');
	background-repeat: repeat-x;
	background-position: top left;
}

.menu {
	font-family: georgia;
	font-size: 14px;
	background-color: #ffffff;
}

.body {
	background-image: url('white-shadow.jpg');
	background-position: top left;
	background-repeat: repeat-x;
	font-family: georgia;
	font-size: 14px;
	background-color: #ffffff;
}

.sidebar {
	background-image: url('sidebar-bg.jpg');
	background-position: top left;
	background-repeat: repeat-x;
}
