﻿.normal {
	font-weight:normal;
}

h1      { 
			font-family: Arial; 
			font-size: 24pt; 
			color: #FFFF00; 
			font-weight:bold; 
			margin-bottom:12px; 
			text-align:center 
		}
h6      { 
			font-family: Arial; 
			font-size: 12pt; 
			font-weight: bold;
			color: #FFFFCC;
			margin-top: 24px;
			margin-left: 5px; 
		}
			
a:visited    { color: #FFFF00 }
a:link       { color: #FFFF00 }
a:hover		 { color: orange }

li {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12pt; 
		font-weight:bold;
		color:#FFFFCC;
		margin-top:12px; 
	}