

BODY 
{	
background-color:#CCFFFF;	
	font-family:arial;
	font-weight:normal  
} 
A:ACTIVE { 
    color :Yellow; 
} 
A:LINK { 
    color :Blue; 
} 
A:VISITED { 
    color :Purple; 
} 
button 
{
	background-color:Navy;
	border-style:groove;
	font-family:Arial;
	font-weight:bold;
}
	
table 
{
	background-color:Transparent;
	border-style:ridge;
	table-layout:auto;
}
TR { 
    
    background-color:Transparent;     
} 
TD { 
    font-family : Arial; 
    font-size:medium;
    vertical-align : top; 
    background-color:Transparent;     
} 
TH { 
    font-size:medium;
    background-color:Navy;
    font-style:oblique;
    color:White;     
} 

H1
{
    FONT-FAMILY: Arial;
    font-weight:bold
}
H2
{
    FONT-FAMILY:Viner Hand ITC;
    font-weight:bold   
}
H3
{
    FONT-FAMILY: Arial;
    font-weight:bold
}
H4
{
    FONT-FAMILY: Arial;
    font-weight:bold
}
H5
{
    FONT-FAMILY: Arial;
    font-weight:bold
}
H6
{
    FONT-FAMILY:Arial;
    font-weight:bold  
}

P
{text-align:left;}

ol
{line-height:inherit;}