<!--
#=============================================================================#
# Name:         style.css
# Author:       RNP
# Inputs:       none
# Outputs:      none
# Description:  Stylesheet for the Servlet Class (PHP)
# Dependencies: Currently only supported in MSIE
#-----------------------------------------------------------------------------#
# Change Log: 
#
#=============================================================================#
-->
<!-- Standard HTML tag style parameters -->
P, TD, OL, UL, MENU, BLOCKQUOTE, DIV
{
	font-family: Arial,Geneva,Helvetica,sans-serif;
}
BODY {
	font-family: Arial,Geneva,Helvetica,sans-serif;
	background-color: #f0f0f0;
}
A:visited {
    text-decoration: none; 
    color: #336699;
}
A:hover {
    text-decoration: underline; 
    color: #ff3333;
}
A:link {
    text-decoration: none; 
    color: #336699;
}
A:active {
    text-decoration: none; 
    color: #336699;
}
<!-- SiteBanner style parameters -->
.SiteBanner {
	border: solid #d0d0d0;
	border-width: 2;
	border-right: solid #000000;
	border-bottom: solid #000000;
	border-width: 2;
	background-color: #0000aa;
}
.SiteBannerH1 {
  color: white;
  background-color: #0000aa;
  font-family: Arial,Geneva,Helvetica,sans-serif;
  font-size: 16pt;
}
<!-- SiteFooter style parameters -->
.SiteFooter {
	color: #0000aa;
}
<!-- ColorBox style/class parameters -->
.ColorBox {
	
}
.ColorBoxTH {
  color: white;
  background-color: #0000aa;
	font-family: Arial,Geneva,Helvetica,sans-serif;
}
.ColorBoxInner {
	border: solid #d0d0d0;
	border-width: 2;
	border-right: solid #000000;
	border-bottom: solid #000000;
	border-width: 2;
	background-color: #ffffff;
}
<!-- FancyBox style parameters -->
.FancyBox {
	
}
.FancyBoxTH {
  color: white;
  background-color: #0000ff;
	font-family: Arial,Geneva,Helvetica,sans-serif;
}
.FancyBoxInner {
	border: solid #d0d0d0;
	border-width: 2;
	border-right: solid #000000;
	border-bottom: solid #000000;
	border-width: 2;
}
.FancyBoxContent {
	background-color: #ffffff;
	color: #000000;
}
<!-- Text style parameters -->
.servlet_smalltext  {
    font-family: verdana, arial, sans-serif;
    font-size: 7pt;
}
.servlet_mediumtext {
    font-family: verdana, arial, sans-serif;
    font-size: 9pt;
}
.servlet-b_mediumtext {
    font-family: verdana, arial, sans-serif;
    font-size: 9pt;
    font-weight: bold;
}
 
  |