@import 'page_layout.css';
@import 'forms.css';
@import 'side_menu.css';
@import 'side_menu_items.css';
@import 'frame.css';

html, body {
	height: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #27273D;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
}
a {
	color: #6C3333;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #953333;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
}

img {
	border: none;
}

ul {
	list-style-type: square;
}


.date {
	color: #444444;
	font-size: 9px;
}