A { color: #0000ff;
	font: bold 18px tahoma;  
 }
A:hover 
{ 
	color: red;
      font: bold 18px tahoma; 
	text-decoration: none; 
} 
V { 
      color: #000000;
	font: bold 18px tahoma;
} 
H1 { color: green; text-align: center; font-size: 16pt; font-family: tahoma; }
H2 { color: black; text-align: center; font-size: 14pt; font-family: tahoma; font-weight: bold; }
H3 { color: black; text-align: center; font-size: 14pt; font-family: tahoma; }
H4 { color: green; text-align: right; font-size: 10pt; font-family: script; }
P { color: gold; text-align: left; font-size: 16pt; font-family: arial; font-weight: bold; }
