/************************************************************************************************************
	Information Technology Online Assistance (ITOA), Copyright (C) 2006 Keystone College
  	Information Technology Online Assistance (ITOA) comes with ABSOLUTELY NO WARRANTY 
  	as discribed in the GNU General Public License in License.htm.
  
  	Title:			ITOA Style Sheet
  	Filename:		ITOA.css
  	Date:			4/25/2006
  	Version:		0.1
	Dependances:	None
 
 	Purpose:	This is the default style sheet for the Information Technology Online Assistance Site.
************************************************************************************************************/

body {
	scrollbar-face-color: #5959AB;
	scrollbar-highlight-color: #FFEAD5;
	scrollbar-shadow-color: #FFEAD5; 
	scrollbar-3dlight-color: #FFEAD5;
	scrollbar-arrow-color: orange;
	scrollbar-track-color: #FFEAD5; 
	scrollbar-darkshadow-color: black
} 

a {
	text-decoration: none
}

a.second {
	color: #FF8306
}

a:link {
	color: #990000
}

a.second:link {
	color: #FF8306
}

a:active {
	color: #990000
}

a:visited {
	color: #990000
}

a:hover {
	color: #FFC000 ; 
	text-decoration: bold
}

h1 {
    color: #990000
}
