P  {
	font-size : 14px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-style : normal;
	color : #000000;
}

H1  {
	font-size : 22px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-style : normal;
	color : #000088;
}

H2  {
	font-size : 20px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-style : normal;
	color : #000088;
}

H3  {
	font-size : 18px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-style : normal;
	color : #5555cc;
}

H4  {
	font-size : 16px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-style : normal;
	text-decoration : underline;
	color : #000000;
}

H5 {
   font-size: 13px;
   font-family: Arial, Helvetica, sans-serif;
   font-weight: bold;
   font-style: italic;
   color: #000099; 
   background: #FFFFFF;
}

A  {
	color: #333399;
	text-decoration : none;
    background: #ccccff;
}

A:Visited  {
	color : #3333bb;
	text-decoration : none;
}

A:Active  {
	color : #333399;
	text-decoration : none;
}

A:Hover  {
	color : #333399;
	text-decoration : underline overline;
    background: #ffccff;
}

BODY  {
	font-size : 14px;
	font-family : Arial, Helvetica, sans-serif;
	color : #000000;
	background-color : #ffffff;
}

td  {
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	color : #000000;
}

.first {
    font-size: 20px;
}

.smaller {
    font-size: 11px;
    color: gray;
}