﻿h1 {
	font-family: "Century Gothic";
	font-size: small;
	font-weight:bold;
	font-style:normal;
	color: #000000;
}
h2 {
	font-family: "Century Gothic";
	font-size:medium;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	color: #000000;
}
h3 {
	font-family: "Century Gothic";
	font-size: large;
	font-style: normal;
	font-variant: normal;
	color: #000000;
	text-align: right;
}
ul { 
    margin-left:20px; 
    margin-right:0px; 
    list-style:square; 
} 
