body,html
{
    padding:10px;
    margin: 0px;
	height: 100%;
	background-color: #303233;
   
}
p
{
	font-family: "gill sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
	line-height: 17px;
	font-weight: normal;
	color: #303233;
	list-style-type: square;
}


h1
{
	font-family: "gill sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #353535;
	text-align: center;
	letter-spacing: .1em;
}
h2
{
	font-family: "gill sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #CC0000;
	background-color: #FFFF99;
}
h3
{
	font-family: "gill sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #cccccc;
	background-color: #456346;
}


a
{
	text-decoration: none;
	font-weight: bold;
	color: #FD5C46;
}

a:active
{
	
	font-weight: bold;
	color: #FF6633;
	text-decoration: underline;
}
a:hover { text-decoration: underline; }

a:visited
{
	color: #999999;
	font-weight: bold;
	}
.readable
{
    width: 360px;
    margin-left: auto;
    margin-right: auto;
	font-family: "gill sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 11px;
	font-weight: lighter;
	color: #303233;
	background-color: #eedefe;
	list-style-type: square;
	padding-left: 90px;
    padding-right: 90px;
    padding-top: 12px;
    padding-bottom:12px;

}
.littlep
{
   color: #CFCCCC;
   font-size: small;
   line-height: 12px;
   text-align: left;
}
.biga
{   

	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 14px;
	line-height: 20px;
	text-decoration: none;
	font-weight: bold;
	color: #de633d;
}
.attr
{   
   text-align: right;
   }

