﻿/* CSS Document */

body {
	background-color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #CCCCCC;
}

h1,h2,h3,h4,h5,h6 {
	color: #FFDD00;
}

/*a { text-decoration: none; }*/
a:link { color: #FF9900; }
a:visited { color: #CC6600; }
a:hover { color: #FFCC66; }
a:active { color: #FF3300; }

dfn { font-style: italic; }

.header {
	border-bottom: 1px solid #CCCCCC;
}

.ads {
	float: right;
}

p.footerFirst,
p.footer {
	font-size: smaller;
	text-align: center;
}

p.footerFirst {
	border-top: 1px solid #CCCCCC;
}

img {
	border: none;
}
.mvp {
	color: #00FF00;
}


/* From http://www.webtoolkit.info/css-clearfix.html */

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}