/*
Theme Name: WordPress Classic
Theme URI: http://wordpress.org/
Description: The original WordPress theme that graced versions 1.2.x and prior.
Version: 1.5
Author: Dave Shea

Default WordPress by Dave Shea || http://mezzoblue.com
Modifications by Matthew Mullenweg || http://photomatt.net
This is just a basic layout, with only the bare minimum defined.
Please tweak this and make it your own. :)
*/

body {
  background: #ffffff;
  text-align: center;
  font-family:verdana
   }

<!-- 00469C -->
a:link { font-size: 13px; color: #00469C; text-decoration: underline }
a:active { font-size: 13px; color: #00469C; text-decoration: underline }
a:visited { font-size: 13px; color: #00469C; text-decoration: underline }
a:hover { font-size: 13px; color: #cc0000; text-decoration: underline }

#a_17 {font-size: 17px}
#a12 {font-size: 12px; font-weight:bold}
#a13 {font-size: 13px; font-weight:bold}

#a_rose { font-size:14px; font-weight:bold; font-family: tahoma; padding:5px; color: #CD5C5C }
#a_green { font-size:14px; font-weight:bold; font-family: tahoma; padding:5px; color: #036C00 }
#a_blue { font-size:14px; font-weight:bold; font-family: tahoma; padding:5px; color: #0077B4 }

#a_red { font-size:18px; font-family: georgia; padding:5px; color: #FF0000 }
#a_top1 { font-size: 13px }
#a_top2 { font-size: 15px }
#a_top3 { font-size: 13px }
#a_hard { font-family: tahoma; font-size: 9px; color:#3A669B }

a img { color: #000000 }

#layout {
  width: 760px;
  margin: auto;
  margin-top: 5px;
  text-align: center;
  }

#header {
	width: 760px;
	margin: 0px;
    text-align: center;
	font-family: impact;
	font-size: 50px;
	color: #A2A2A2;
}

#hardlinks_box {
	width: 760px;
      border:solid 1px;
      border-color: #eeeeee;
	padding:7px;
	text-align:center;
	font-size:10px;
	margin:auto
}

.menu {
  float: left;
  width: 200px;
  text-align: center;
  }

.contents {
  float: left;
  width: 550px;
  text-align: center;
  }

  #trades { 
   background-color:#FFFFFF;
   border: solid 1px;
   border-top: none;
   border-color:#eeeeee; 
   padding-top: 1px; 
   margin-bottom: 1px; 
   padding:2px; 
   padding-left:5px; 
   text-align:left;
   font-size:9px
   }

   #columns {
   background-color:#EEEEEE;
   padding:3px; 
   font-weight:bold;
   font-size:13px;
   text-align:center   
   }

	#post_box {
	background-color: #FFFFFF;
	border:solid 1px; 
	width: 525px;
	border-color: #eeeeee;
	padding:7px;
	text-align:center;
	font-size:10px;
	margin:auto
	}

   #post_header {
   background-color:#FFFFFF;
   padding:5px; 
   text-align:center;
   font-size:20px;
   color:#727272   
   }

   #post_footer {
   background-color: #FFFFFF;
   padding: 7px;
   font-size: 13px;
   font-weight: bold;
   color:#727272   
   }

.pics { background-color:#FFFFFF;padding:0px; text-align:center }
.pics img { margin-left:5px; margin-right: 5px; margin-top: 0px; margin-bottom: 0px }
