body 	{
	margin : 20px 0px; 
	padding : 0px;
	background-color : #eee;
	font-family : trebuchet ms, verdana, sans-serif;
	font-size : 12px;
	}
	
#box 	{	
	width : 420px;
	margin : 0px auto;
	padding : 20px 10px 10px 10px;
	border : 1px solid #000;
	background-color : #fff;
	}

#nav	{
	margin : 5px 10px 0 10px;
	text-align : left;
	padding : 5px;
	background-color : #000;
	}

#content {
	text-align : justify;
	margin : 0 12px 0 10px;
	}

#credits {
	margin : 5px 10px 0 10px;
	text-align : center;
        font-size : 10px;
	padding : 8px 0 5px 0;
	background-color : #000;
	color : #ccc;
	}

a:link {
	color : #666;
	text-decoration : none;
      }

a:visited {
	color : #666;
	text-decoration : none;
      	}

a:active {
	color : #666;
	text-decoration : none;
      	}

a:hover {
	color : #666;
	text-decoration : none;
	}

a img {border:none}

#nav a:link {
	color : #ccc;
	text-decoration : none;
      }

#nav a:visited {
	color : #ccc;
	text-decoration : none;
      	}
#nav a:active {
	color : #ccc;
	text-decoration : none;
      	}
#nav a:hover {
	color : #fff;
	text-decoration : none;
	}

#credits a:link {
	color : #ccc;
	text-decoration : none;
      }

#credits a:visited {
	color : #ccc;
	text-decoration : none;
      	}
#credits a:active {
	color : #ccc;
	text-decoration : none;
      	}
#credits a:hover {
	color : #fff;
	text-decoration : none;
	}

h1	{
	font-family : trebuchet ms, verdana, sans-serif;
	font-size : 16px;
	font-weight : normal;
	text-transform : uppercase;
	margin-bottom : 0; 
	margin-top : 20px; 
	}

h3	{
	font-family : trebuchet ms, verdana, sans-serif;
	font-size : 13px;
	font-weight : normal;
	text-transform : uppercase;
	margin-bottom : 0; 
	margin-top : 20px; 
        color : #666;
        text-decoration : underline;
	}

h4	{
	font-family : trebuchet ms, verdana, sans-serif;
	font-size : 12px;
	font-weight : bold;
	text-transform : uppercase;
	margin-bottom : 0; 
	margin-top : 20px; 
        margin-bottom : 10px;
        color : #999;
	}

span.posted {
	font-family : trebuchet ms, verdana, sans-serif;
	font-size : 11px;
	font-weight : normal;
	color : #666;
	text-transform : lowercase;
	}

span.comment_posted {
	font-family : trebuchet ms, verdana, sans-serif;
	font-size : 11px;
	font-weight : normal;
	color : #666;
	}

span.small  {
	font-family : trebuchet ms, verdana, sans-serif;
	font-size : 10px;
	font-weight : normal;
	color : #666;
        }

blockquote {
       font-style : italic;
       color : #666;
       }

.comments  {
       background-color : #eee;
       margin : 20px;
       padding : 10px;
       ]