/* Default CSS Stylesheet for SC Miltary Department */

BODY{
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    FONT-SIZE: small;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
	COLOR: Black;
    BACKGROUND-COLOR: white;
	}

H1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	large;
	font-weight: normal;
	font-style:	normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing:	normal;
	text-transform:	none;
	color: navy;
    background-color: white;
	}	
		
H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	medium;
	font-weight: normal;
	font-style:	normal;
	text-decoration: none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	color: navy;
    background-color: white;
	}	
		
H3	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	small;
	font-weight: normal;
	font-style:	normal;
	text-decoration: none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	color: navy;
    background-color: white;
	}	
		
H4	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	small;
	font-weight: normal;
	font-style:	normal;
	text-decoration: none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	color: white;
    background-color: red;
	}	
		
H5	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	x-small;
	font-weight: normal;
	font-style:	normal;
	text-decoration: none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	color: Red;
	background-color: white;
	}	
		
H6	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
	font-style:	normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	vertical-align: sub;
	text-transform: none;
	color: Black;
    background-color: white;
	}	
		
TFOOT, THEAD	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	x-small;
	font-weight: normal;
	font-style:	normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing:	normal;
	text-transform:	none;
	color: white;
    background-color: navy;
	}	
		
TH	{	
	font-family: Arial, Helvetica, sans-serif;
	font-size:	large;
	font-weight: bold;
	font-style:	normal;
	word-spacing: normal;
	letter-spacing:	normal;
	vertical-align:	baseline;
	text-transform:	none;
	color: white;
    background-color: navy;
	}	

A:link	
	{	
	text-decoration:	underline;
	color:	navy;
	}	
		
A:visited
	{
	color: Purple;
	text-decoration: none;
	}	
	
A:hover
{
	color: blue;
	text-decoration: underline;
}
	
A:active	
	{	
	text-decoration: none;
	color:	teal;
	}	
		
SMALL	
	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type:	disc ;
	}	

UL LI LI	{	
	list-style-type:	circle;
	}	

UL LI LI LI	{	
	list-style-type:	square;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

IMG {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	}
