/*  
Theme Name: Basic Concept
Theme URI: http://www.wpdesigner.com/2007/02/15/basic-concept-wordpress-theme/
Description: Basic Concept Wordpress theme created by Small Potato.
Version: 1.0
Author: Small Potato
Author URI: http://www.wpdesigner.com/

*/

body, h1, h2, h3, h4, h5, h6, address, blockquote, dd, dl, hr, p, form{
	margin: 0;
	padding: 0;
}

body{
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	text-align: justify;
	vertical-align: top;
	background: #fff;
	color: #333;
}

h1, h2, h3, h4, h5, h6{
	font-family: Georgia, Sans-Serif;
	font-size: 24px;
	font-weight: normal;
	padding: 5px 0 5px 0;
	color: #000000;
}

a{
	text-decoration: none;
	color: #8B0B08;
}

a:hover{
	text-decoration: none;
}

}


