/* THIS IS ONLY PROVIDED FOR BLOG.SPINN3R.COM COMPAT... DO NOT EDIT */

@import "header.css";
@import "general.css";

#container {

	text-align:left;
	font-size:100%;
	position: relative;
	margin:0 auto 0 auto;
	padding:0;
	width:100%;
	height:100%;
	
}

#content {
    position:relative;
    top:0px;
    left:0px;
}

h1 {
    margin:18px 0 8px 0;
    padding:0;
    color:#b81600;
    font-size:15px;
}

h2 
{
  font-size:14px;
  color:#b81600;
  }

h3
{
  font-size:13px;
  color: #b81600 !important;
  }

p {
    margin:0 0 12px 0;
    padding:0;
    font-size:13px;
    color:#303030;
}

.copyright 
{
  font-size: smaller;
  }

.copyright A:visited,
.copyright A:link,
.copyright 
{ 
   color: gray !important;
  }

.metrics img 
{
  padding: 5px; 
  border-style:groove;
  border-color: afafaf !important;
  border-width:1px;
}
