a:link {
	text-decoration: none; 
	color: #0000ff;
}
a:visited { 
	text-decoration: none; 
	color: #800080;
}
a img {
	border: none;
}
a:hover {
	text-decoration: underline; 
	color: #FF9933;
}
a:active { 
	text-decoration: underline; 
	color: #FF9933;
}
a:focus {
	text-decoration: none; 
	color: #FF9933;
}

body { 
	background-image:url(clouds.jpg);
   	background-attachment:fixed;
}

* { 
	font-family: Verdana,Arial,sans-serif;
	font-size: 11pt;
}

h1 { 
	font-size: 14pt;
	font-weight: bold;
}

h2 { 
	font-size: 12pt;
	font-weight: bold;
}

h3 { 
	font-size: 12pt;


img {
	border: none;
}

li { 
	margin-bottom: 0.1cm;
}

table { 
	border: none; 
	padding: 2
}
