/* 
Theme Name: BCS
Theme URI: http://wordpress.org/
Description: Custom theme for Business Computer Solutions
Version: 1.0
Author: Synapse Studios
Author URI: http://www.synapsestudios.com/
*/


body {

}

body, td, p, div, span {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#444;
	line-height:1.3;
}

.green{
	color:#08683b;
}

#content {
	padding:10px;

}

#content h1 {
	color:#08683b;
	padding:0;
	margin:0;
	font-size:24px;
	line-height:24px;
	font-weight:normal;
	text-transform:uppercase;
	letter-spacing:2px;
}
#footer { padding-bottom:8px;}

#footer, #footer a, #footer a:visited {
	color:#9BAFC2;
	text-decoration:none;
}
#footer a:hover {
	color:#fff;
	text-decoration:underline;
}
