A:link, A:visited, A:active {
 text-decoration	: none;
 color			: blue;
}

A:hover {
 color			: blue;
 text-decoration	: underline;
}

BODY, HTML {
	background			: #FFFFFF;
	font-family			: Verdana, Arial, Tahoma,  sans-serif;
	font-size			: 1em;
	font-weight			: normal;
	margin-bottom			: 30;
	margin-left			: 20;
	margin-right			: 20;
	margin-top			: 30;
	marginwidth			: 0;
	marginheight			: 0;
	text-decoration		: none;
}

h1, h2, h3, h4 {
	font-weight			: bold;
	background-color	: transparent;
}

h1 { font-size			: 1.3em; }
h2 { font-size			: 1.2em; }
h3 { font-size			: 1.1em; }
h4 { font-size			: 1em; }

P { font-size			: 1em; 
    font-weight			: normal;

}

UL { font-size			: 1em; 
	margin				: 0px 0px 0px 0px;
	font-weight			: bold;
}

LI {
	font-size			: 1em;
	font-weight			: normal;
}



