/* basic */

body {
	font-family: Arial, Helvetica, Sans-serif;
	background: #FFFFFF;
	}
a {
	color: #06c; 
	text-decoration: underline;
	cursor: pointer;
}

a:visited {

}

a:hover {
	color: #00468C;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, Sans-serif;
	color: #555; /*mediumgray*/
}

h1 { 
	margin: 20px 0px;
	color: #444;
	font-size: 180%;
	font-weight: normal;
}

h2, h3, h4, h5, h6, p {
	font-family: Arial, Helvetica, Sans-serif;
	line-height: 175%;
}

h2 { 
	font-size: 150%;
}

h3 { 
	font-size: 130%;
}

h4 {
	font-size: 110%;
}

h5 {
	font-size: 90%;

}

p {
	font-size: 90%;
	color: #555; 
}

ul, ol, dl {
	font-size: 80%;
	color: #555; 
}

li {
	list-style: none;
}
