a:link {color: #555555; text-decoration: none}
a:visited {color: #555555; text-decoration: none}
a:active {color: #555555; text-decoration: none}
a:hover {color: #000000; text-decoration: none}

body {	margin: 50px 50px 50px 50px; 
		background: white; 
		color: #999999;
		}
		
p {
		font-family: Verdana; 
		font-size: small; 
		font-weight: 500; 
		}
		
img {	border-style: solid; 
		border-width: 2px; 
		border-color: #eeeeee; 
		background: #333333;
		text-align: center
		}
		
table td#copyright {
		vertical-align: bottom
		}
		
table td#left {
		vertical-align: top;
		text-align: right;
		width: 300px
		}
		
table td#right {
		vertical-align: top;
		text-align: left;
		width: 300px
		}

h1 { 	font-family: Palatino Linotype, Book Antiqua, Palatino, serif; 
		text-align: left; 
		font-size: large; 
		font-weight: 500; 
		letter-spacing: .50em;
		padding-left: 5px;
		padding-bottom: 5px
		}
		
h1.center {
		text-align: center;
		padding-right: 0px;
		}
	
h2 {
		font-family: Verdana; 
		font-size: 0.75em; 
		font-weight: 500; 
		}
		
h3 {
		font-family: Verdana, sans-serif; 
		font-size: x-small; 
		font-weight: 500; 
		letter-spacing: .25em
		}
		
h4 {
		font-family: Verdana, sans-serif; 
		font-size: x-small; 
		font-weight: 500; 
		letter-spacing: .25em
		}
		
h3.left {
		text-align: left;
		padding-left: 5px;
		padding-top: 5px
		}
		
h3.right { 
		text-align: right;
		margin-top: 10px
		}
		
h3.center {
		text-align: center;
		}
		
h2.copyright {
		padding-bottom: 30px;
		padding-right: 21px
		}
		
li 		{
		list-style-type: none;
		}