/*.. style.css ..*/

/*..
http://www.w3.org/MarkUp/Guide/Style.html
http://www.wrox.com/Consumer/Store/Books/3439/34391304.htm
http://www.mako4css.com/
http://www.the-labs.com/JavaScript/
http://www.4p8.com/html/a/
http://webdeveloper.earthweb.com/webjs
..*/

BODY { 
	background: #FFFFFF;
	color: #000000;
	font-family : Verdana, Helvetica, Arial,  sans-serif;
	font-size : small;	/*.. 12 pt this is to take into account the visually impaired ..*/
	text-align: left;
	scrollbar-arrow-color: white;
	scrollbar-track-color: white; 
	scrollbar-base-color:#601F1D; 
	scrollbar-shadow-color: #F9FB5B; /*.. now yellow was gold;..*/
	scrollbar-face-color: #601F1D;  /*.. now red was black;..*/
	scrollbar-highlight-color: grey; 
	scrollbar-darkshadow-color: black;/*.. now black was navy;..*/
	scrollbar-3dlight-color: #601F1D; /*.. now red was black;..*/
}

ul {
	list-style-type: square;
}

div.box {
	background-color : #601F1D;
	color : #FFFFFF;
}

.size7  {
	font-size : xx-large;	/*.. 36 pt ..*/
	font-weight : normal;
	font-style: normal; 
}

.size6  {
	font-size : x-large;	/*.. 24 pt ..*/
	font-weight : normal;
	font-style: normal; 
}

.size5  {
	font-size : large;	/*.. 18 pt ..*/
	font-weight : normal;
	font-style: normal; 
}

.size4  {
	font-size : medium;	/*.. 14 pt ..*/
	font-weight : normal;
	font-style: normal; 
}

.size3  {
	font-size : small;	/*.. 12 pt ..*/
	font-weight : normal;
	font-style: normal; 
}

.size2  {
	font-size : x-small;	/*.. 10 pt ..*/
	font-weight : normal;
	font-style: normal; 
}

.size1  {
	font-size : xx-small;	/*.. 7 pt ..*/
	font-weight : normal;
	font-style: normal; 
}

.size2w  {
	font-size : x-small;	/*.. 10 pt ..*/
	font-weight : bold;
	font-style: normal; 
	color : #FFFFFF;
}

A:visited {
	text-decoration : underline; 
	font-weight : normal; 
	font-style : normal;
	color : #FF6666; 
}

A:hover  {
	text-decoration : none; 
	font-weight : normal; 
	font-style : normal;
	color : #FFFFFF; /*.. now white was #0000FF blue ..*/
	background: #FF0000;/*..  now red was #F9FB5B; yellow ..*/

}	

A:active  {
	text-decoration : none; 
	font-weight : normal; 
	font-style : normal;
	color : #FF6666;
	background: #00FF00; /*.. green ..*/
}

A:link  {
	text-decoration : underline; 
	font-weight : normal; 
	font-style : normal;
	color : #0000FF; /*.. blue ..*/
}

strong {
	font-weight: bold;
}

b {
	font-weight: bold;
}

em {
	font-style: italic;
}

i {
	font-style: italic;
}

/*.. Note position of styles! ..*/

td {
	color: #000000;
	font-family : Verdana, Helvetica, Arial,  sans-serif;
	font-size : x-small;
}

p {
	color: #000000;
	font-family : Verdana, Helvetica, Arial,  sans-serif;
	font-size : x-small;	
}