/* ......:::::::: DuPage FSC Website Style Sheet ::::::::...... */

/* ---------------HYPERLINKS--------------- */
a:link
{
	color: #1DA8FC; 
}
a:visited
{
	color: #1DA8FC; 
} 
A:hover
{
    color: #FF9900; font-weight:normal
}
/* ---------------BODY ATTRIBUTES--------#000051------- */
body
{
	font-family: Tahoma;
	font-size: 10pt;
	background-color: #000080;
	color: white;
	scrollbar-arrow-color: #968140; scrollbar-base-color: #968140; scrollbar-face-color: #601E1F; 
    scrollbar-highlight-color: #000000; scrollbar-shadow-color: #FFD700;
}
table
{
	font-family:Tahoma;
	font-size:10pt;
	table-border-color-light:#968140;
	table-border-color-dark:#601E1F; 
}

/* ---------------HEADER ATTRIBUTES--------------- */
h1, h2, h3, h4
{
	font-family:Times New Roman, Arial, Tahoma;
}
h1
{
    font-family:Times New Roman;
	color: #F3AD0A;
	font-weight: 400
}
h2
{
    font-family:Tahoma;
	color:#3333FF; 
}
h3
{
	font-family:Arial;
	color:red; 
}
h4
{
	font-family:Tahoma;
	color: #1DA8FC; 
}

.testing
{
	font-family:Tahoma;
	color:#1DA8FC; 
}