﻿body {
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	margin:10px;
	color: silver;
	background-image: url('images/body_bg.jpg');
	background-color: black;
	background-repeat: repeat-x;
}

.page_header {
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	color: #99CCFF;
}

.page_header A {color: #99CCFF; text-decoration: underline; }
.page_header A:link {color: #99CCFF; text-decoration: underline; }
.page_header A:visited {color: #99CCFF; text-decoration: underline; }
.page_header A:hover {color: #99CCFF; text-decoration: underline; }
.page_header A:active {color: #99CCFF; text-decoration: underline; }


.page_sub_header {
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	color: silver;
}

.page_body {
	font-size: 12px;
	font-weight: normal;
	text-align: justify;
}

.page_body A {color: silver; text-decoration: underline; }
.page_body A:link {color: silver; text-decoration: underline; }
.page_body A:visited {color: silver; text-decoration: underline; }
.page_body A:hover {color: silver; text-decoration: underline; }
.page_body A:active {color: silver; text-decoration: underline; }


.horz_menu {
	color: silver;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}

.horz_menu A {color: silver; text-decoration: none; }
.horz_menu A:link {color: silver; text-decoration: none; }
.horz_menu A:visited {color: silver; text-decoration: none; }
.horz_menu A:hover {color: silver; text-decoration: none; }
.horz_menu A:active {color: silver; text-decoration: none; }

.page_footer {
	font-size: 8px;
	font-weight: normal;
	text-align: center;
}

.page_time {
	font-size: 8px;
	font-weight: lighter;
	text-align: center;
	color: silver;
}

<!-- BLOG Content -->

.rounded {
	background:#223344;
	padding:6px 6px 12px 6px;
}

.rounded div {
	background:#223344;
	padding:6px 6px 12px 6px;
}

.date {
	color:#C0C0C0;
	font-size:8px;
	font-weight:normal;
	font-variant:small-caps;
}

.title {
	color:silver;
	font-size:14px;
	font-weight:bold;
}

.content {
	color:#CCCCCC;
	font-size:12px;
	font-weight:normal;
}

.media_title {
	color:silver;
	font-size:14px;
	font-weight:bold;
}

.media_content {
	color:#CCCCCC;
	font-size:10px;
	font-weight:normal;
}

.media_content a a:link a:visited a:hover a:active img {
	color:#CCCCCC;
	font-size:10px;
	font-weight:normal;
	border:0px, #223344, none;
	text-decoration:none;
	outline:#223344,#223344,0px;
}

