<title>CSS/Stylesheet</title>

h1 {font size: 22px; font-weight : bold;}
h2 {font size: 18px; font-weight : bold;}
h3 {font size: 16px; font-weight : bold;}

.on	{ 
       font-size: 14; 
	font-weight: bold;
	text-decoration: underline;
	color: #FF0000;      
	}

.off	{ 
	font-size: 14; 
	text-decoration: none;
	color: #0000A0;
		}

.in	{ 
       font-size: 16; 
	font-weight: bold;
	text-decoration: none;
	color: #ff00ff;      
	}

.out	{ 
       font-size: 16; 
	font-weight: bold;
	text-decoration: none;
	color: #80ffff;      
	}

BODY
{
cursor:url("images/body.cur");
}
a:link {  cursor:url("images/pointer.cur");}
a:visited {  cursor:url("images/pointer.cur");}
a:hover {  cursor:url("images/pointer.cur");}

  FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
  FONT-SIZE: 12px;
  COLOR: #663300;
 
		SCROLLBAR-FACE-COLOR: #808080; 
		SCROLLBAR-HIGHLIGHT-COLOR: #008080;
		SCROLLBAR-SHADOW-COLOR: #663300; 
		SCROLLBAR-3DLIGHT-COLOR: #D5C1AB; 
		SCROLLBAR-ARROW-COLOR: #663300; 
		SCROLLBAR-TRACK-COLOR: #D5C1AB; 
		SCROLLBAR-DARKSHADOW-COLOR: #D5C1AB; 
		SCROLLBAR-BASE-COLOR: #663300; color: #663300;

SELECT	{BACKGROUND-COLOR: #D5C1AB;
		COLOR:  #663300;
		FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
		FONT-SIZE: 12px
}

INPUT 	{BACKGROUND-COLOR: #F0F0F0;
		COLOR: #663300;
		FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
		FONT-SIZE: 12px;
		border: 1px #663300;
		border-bottom-style: outset;
		border-left-style: outset;
		border-right-style: outset;
		border-top-style: outset
}

INPUT.noback 	{	BACKGROUND-COLOR: transparent;
	COLOR: FFFF00;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: 12px;
	border: 0px White;
	border-bottom-style: none;
	border-left-style: none;
	border-right-style: none;
	border-top-style: none;
	border-bottom : none;
}

TEXTAREA{BACKGROUND-COLOR: #FFFFFF;
		COLOR: 663300;
		FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
		FONT-SIZE: 12px;
		border: 1px #663300;
		border-bottom-style: outset;
		border-left-style: outset; border-right-style: outset;
		border-top-style: outset
}

OPTION 	{BACKGROUND-COLOR: #FFFFFF
		COLOR: #FFFFFF; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
		FONT-SIZE: 12px
}

FORM 	{FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; FONT-SIZE: 12px}

A:LINK.Nav {color: #663300; text-decoration: underline; }
A:HOVER.Nav {color: #EFDABC; background: #A17E59; text-decoration: none; }
A:VISITED.Nav {color: #663300; text-decoration: underline; }
A:HOVER.Nav {color: #EFDABC; background: #A17E59; text-decoration: none; }
.Nav  { font-family:arial, helvetica, sanserif; font-style: normal; color: #663300; font-size:12px; color: #663300; font-weight: normal ; text-decoration: none;}

A:LINK.LeftMenu {color: #663300; text-decoration: none; }
A:HOVER.LeftMenu {color: #EFDABC; background: #A17E59; text-decoration: none; }
A:VISITED.LeftMenu {color: #663300; text-decoration: underline; }
A:HOVER.LeftMenu {color: #EFDABC; background: #A17E59; text-decoration: none; }
.LeftMenu { font-family: Verdana,Arial,Geneva,san-serif; font-size: 11px; color: #663300; font-weight: bold}
