/* Stylesheet for OakleaPress ColorBook */
/* color-book.css */
/* Copyright 2008. All rights reserved. */
/* Created by TheIStudio.com.  */
/* This website has been optimized for use with multiple browsers */


BODY {
	scrollbar-base-color: #cccccc;
    background-color: #cccccc;
	font-family : Arial, Verdana, Helvetica, Trebuchet MS, Sans-serif, Times, TimesNR;
    color: #000000;
	font-size: 10px;
}

/* 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 : #0B0B61;
	font-weight : bold ; 
	text-decoration: underline;
	
}

A:VISITED {
	color: #11497C;
	font-weight : bold ;
	text-decoration: underline;

}

A:hover {
   color: #FAAE1A;
   background: #ffffff;
   text-decoration: underline;
   
}



/* above is for anchors, links */

/* header tags below */
H1 {
	font-family: Arial, Verdana, Helvetica, Trebuchet MS, Sans-serif, Times, TimesNR;
	color: #ff0000;
	padding: 0px;
	font-weight : bold ;
	font-size : 30px;
}

H2 {
	font-family: Arial, Verdana, Helvetica, Trebuchet MS, Sans-serif, Times, TimesNR;
	color: #3300cc;
	padding: 0px;
	font-weight : bold ;
    font-size : 22px;
}

H3 {
	font-family: Arial, Verdana, Helvetica, Trebuchet MS, Sans-serif, Times, TimesNR;
	color: #000000;
	font-size : 16px;
}

H4 {
	font-family: Arial, Verdana, Helvetica, Trebuchet MS, Sans-serif, Times, TimesNR;
	color: #ff0000;
	font-size : 16px;
}
/* header tags above */

/* Main content text areas  */

/* */

TD {
	font-family : Arial, Verdana, Helvetica, Trebuchet MS, Sans-serif, Times, TimesNR;
	font-size : 13px ;
	color: #000000 ;

}li           { color: #11497C } ;

B { color: #ff0000 } ;
STRONG { color: #000000 } ;

