﻿

body    { 
		font-family: Tahoma; 
		font-size: 10pt; 
		color: #FFFFFF;  
		}

h1      { 
		font-family: Tahoma; 
		font-size: 18pt; 
		color: #FFFFFF; 
		font-weight: bold 
		}

h2      { 
		font-family: Tahoma; 
		font-size: 16pt; 
		color: #FFFFFF; 
		font-weight: bold }

h3      { 
		font-family: Tahoma; 
		font-size: 14pt; 
		color: #FFFFFF; 
		font-weight: bold 
		}

h4      { 
		font-family: Tahoma; 
		font-size: 12pt; 
		color: #FFFFFF; 
		font-weight: bold; 
		text-decoration:underline 
		}

h5      { 
		font-family: Tahoma; 
		font-size: 10pt; 
		color: #FFFFFF; 
		font-weight: bold 
		}

h6      { 
		font-family: Tahoma; 
		font-size: 8pt; 
		color: #FFFFFF; 
		font-weight: bold 
		}

a 		{
	color: #0000FF;
	text-decoration: underline;
}
a:hover {
		color: #7788AA;
		text-decoration: underline
		}