/*

	Theme Name: WP Theme Code

	Theme URI: http://

    Download URL: http://

	Description: WP Theme Code is a WordPress Ttheme for WP version 2.7.1

	Author: SourceLinkers (source.link@hotmail.com)

	Author URI: http://

		 Light Tan: #f4dfb8
		 Dark Tan: #d7b880
		 Dark Gray: #272727
		 Dark Red: #990000
		 
*/

@charset "UTF-8";
/* CSS Document */



/* text & links */

h1 { font-size: 24px; margin: 0 0 8px 0; font-weight: normal; }

h2 { font-size: 18px; margin: 0 0 5px 0; font-weight: bold; }

h3 { font-size: 16px; margin: 0 0 5px 0; font-weight: normal; }

h4 { font-size: 14px; margin: 0; font-weight: normal; }

/* global attributes */

/*body, a, div, input, textarea { margin: 0; padding: 0; }*/

body{
background-color:#00FF00;
}

