/* Stylesheet for WordPress Consultant : TheIStudio.com */
/* style.css */
/* Copyright 2009. All rights reserved. */
/* Created by TheIStudio.com.  */
/* This website has been optimized for use with multiple browsers */


BODY {
	scrollbar-base-color: #DBCFA6;
    background-color: White;
	background: url(bg.jpg);
	font-family : Arial, Verdana, Helvetica, Trebuchet MS, Sans-serif, Times, TimesNR;
	font-weight: bolder;
	font-size : 12px;
    color: #000000;
}

/* The A: tags refer to the anchors, links.  */
/* NN4 doesn't recognize Hover, but NN6 will.  */
/* IE 4 and 5, and Opera 3.6 and 4.0 recognize the hover tags. */



A:Link {
	color : #B25B5D;
	font-weight : bold ; 
	text-decoration: none;
	
}

A:VISITED {
	color: #A19B82;
	font-weight : bold ;
	text-decoration: none;

}

A:hover {
   color: #996633;
   background: none;
   text-decoration: underline;
   
}



/* above is for anchors, links */

/* header tags below */
H1 {
	font-family: Arial, Verdana, Helvetica, Trebuchet MS, Sans-serif, Times, TimesNR;
	color: #565140;
	padding: 0px;
	font-weight : bold ;
	font-size : 16px;
}

H2 {
	font-family: Arial, Verdana, Helvetica, Trebuchet MS, Sans-serif, Times, TimesNR;
	color: #565140;
	padding: 0px;
	font-weight : bold ;
    font-size : 16px;
}

H3 {
	font-family: Arial, Verdana, Helvetica, Trebuchet MS, Sans-serif, Times, TimesNR;
	color: #565140;
	font-size : 16px;
}

H4 {
	font-family: Arial, Verdana, Helvetica, Trebuchet MS, Sans-serif, Times, TimesNR;
	color: #565140;
	font-size : 18px;
}
/* header tags above */

/* Main content text areas  */

/* */

TD {
	font-family : Arial, Verdana, Helvetica, Trebuchet MS, Sans-serif, Times, TimesNR;
	font-size : 15px ;
	line-height: 18px;
	color: #000000 ;

}li           { color: #000000} ;

B { color: #565140 } ;
STRONG { color: #565140 } ;


