Standard Styles for Website

.small  { font-size:  9px;  }

.medium { font-size: 12px; }

.large  { font-size: 15px; }

.smallText { font-size: 84%; }

.bigText { 
 font-size: 150%;
 font-family: "arial, helvetica";
}


H1 { font-size: 36px ;  font-weight: bold ; font-family: verdana , geneva, sans-serif ; color: #000099; line-height: normal; }
H2 { font-size: 30px ;  font-weight: bold ; font-family: verdana , geneva, sans-serif ; color: #000099; line-height: normal; }
H3 { font-size: 24px ;  font-weight: bold ; font-family: verdana , geneva, sans-serif ; color: #000099; line-height: normal; }
H4 { font-size: 18px ;  font-weight: bold ; font-family: verdana , geneva, sans-serif ; color: #000099; line-height: normal; }
H5 { font-size: 12px ;  font-weight: bold ; font-family: verdana , geneva, sans-serif ; color: #000099; line-height: normal; }
H6 { font-size:  6px ;  font-weight: bold ; font-family: verdana , geneva, sans-serif ; color: #000099; line-height: normal; }

BODY {
	margin-left: 1%;
	margin-right: 1%;
	color: #000099;
    background: #FFFFFF ;
	font-size: small;
	font-family: verdana, geneva , sans-serif;
    text-align: left;
}


B {
 	font-family: geneva, sans-serif ; 
	font-size: medium ;
	font-weight: bold ;
	text-align: left ;
	color: #000999 ; 
    line-height: normal;
}

C {
 	font-family: geneva, sans-serif ; 
	font-size: medium ;
	font-weight: bold ;
	text-align: center ;
	color: #000999 ; 
    line-height: normal;
}

J {
 	font-family: geneva, sans-serif ; 
	font-size: medium ;
	font-weight: bold ;
	text-align: justify ;
	color: #000999 ; 
    line-height: normal;
}

P {
 	font-family: geneva, sans-serif ; 
	font-size: small;
	text-align: left ;
	color: #000999 ; 
    text-indent: 6px;
    line-height: normal;
}

R {
 	font-family: geneva, sans-serif ; 
	font-size: medium ;
	font-weight: bold ;
	text-align: right ;
	color: #000999 ; 
    line-height: normal;
}

Red {
	color: #ff0000;
}

Table {
	cellpadding: 2;
	cellspacing: 2;
	background: #FFFFFF;
	vertical-align: top;
	width: auto;
	background-color: #FFFFFF;
}

TR {
	background: #FFFFFF;
	font-family: Courier, monospace;
	font-size: small;
	text-align: justify;
	line-height: normal;
	vertical-align: top;
	width: auto;
}

TD {
	background: #FFFFFF;
	font-family: Courier, monospace;
	font-size: small;
	text-align: justify;
	line-height: normal;
	vertical-align: top;
	padding: 2;
}

A:link : #0000ff;
A:active : #00ffff; 
A:visited : #990099;

