/* Stylesheet for HurricaneSurvivalCheatSheet.com */
/* .css */
/* Copyright 2009. All rights reserved. */
/* Created by TheIStudio.com.  */
/* This website has been optimized for use with multiple browsers */


BODY {
	scrollbar-base-color: #265281;
    background: #265281;
	font-family : Arial, Verdana, Helvetica, Trebuchet MS, Sans-serif, Times, TimesNR;
    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: #265281;
	font-weight : bold ; 
	text-decoration: none;
	
}

A:VISITED {
	color: #086898;
	font-weight : bold ;
	text-decoration: none;

}

A:hover {
   color: #ffffff;
   background: #0A85D9;
   text-decoration: underline;
   
}



/* above is for anchors, links */

/* header tags below */
H1 {
	font-family: Arial, Verdana, Helvetica, Trebuchet MS, Sans-serif, Times, TimesNR;
	color: #265281;
	padding: 0px;
	font-weight : bold ;
	font-size : 22px;
}

H2 {
	font-family: Arial, Verdana, Helvetica, Trebuchet MS, Sans-serif, Times, TimesNR;
	color: #265281;
	padding: 0px;
	font-weight : bold ;
    font-size : 18px;
}

H3 {
	font-family: Arial, Verdana, Helvetica, Trebuchet MS, Sans-serif, Times, TimesNR;
	color: #265281;
	font-size : 18px;
}

H4 {
	font-family: Arial, Verdana, Helvetica, Trebuchet MS, Sans-serif, Times, TimesNR;
	color: #ffff00;
	font-size : 12px;
}
/* header tags above */

/* Main content text areas  */

/* */

TD {
	font-family : Arial, Verdana, Helvetica, Trebuchet MS, Sans-serif, Times, TimesNR;
	font-size : 13px ;
	color: #000000;
	background: #ffffff;

}li           { color: #265281 ;

B { color: #3399cc } ;
STRONG { color: #3399cc} ;

