body {
	background-color: #3C56D2;
	background-image: url(images/url.gif);
	background-position: bottom right;
	background-repeat:no-repeat;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h1 {
	background-color: #3366FF;
	padding: 0.25em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	margin: 0px;
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #000000;
}
.smallprint {
	font-size: 0.8em;
	color: #3333CC;
}
.divPost {
	margin: 1em;
	padding: 1em;
	border: 1px solid #000000;
	background-color: #f2f2f2;
	font-size: 12px;
}

.divPost:hover{
	border-color: #FF0033;
	
}

h2 {
	font-size: 1em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	margin-bottom: 0px;
	margin-top: 0px;
	text-align:left;
	
}


.postDate {
	margin-top: 0px;
	font-size: 0.8em;
}
#tableBlog {
	width: 100%;
}
#tdCategories {
	padding-top: 20px;
	width: 100px;
}
.divPostgray {

	margin: 1em;
	padding: 1em;
	border: 1px solid #000000;
	background-color: #E8EF7B;
	font-size: 12px;
}
.divTicker {

	margin: 1em;
	padding: 1em;
	border: 1px solid #000000;
	font-size: 12px;
	background-color: #E8EF7B;
}

a:hover{
	text-decoration: none;
	color: black;
	
}

a:visited{
	
color: #3b1583;


}

a.headerLink:active, a.headerLink:link, a.headerLink:visited, a.headerLink:hover
{
color: #3b1583;
text-decoration: none;
padding:3px;
}
#tmenu {
	margin: 1em;
	border: 1px solid #000000;
	background-color: #E8EF7B;
	color: #999999;
	font-size: 12px;


}

th{

	background-color: #214568;
	color: #FFFFFF;
}
.divPostGreen {

	margin: 1em;
	padding: 1em;
	border: 1px solid #000000;
	background-color: #669966;
	font-size: 12px;
}