/***************************** start *****************************/

a:link, a:visited {
	color: #0000FF;
	font-weight: normal;
	text-decoration: none;
}

a:hover {
	color: #FF0000;
	font-weight: normal;
	text-decoration: underline;
}

/***************************** body *****************************/

body {
	top:0px; left:0px; right:0px; bottom:0px; margin:0px; background-color:#999999;
}

body, p, ul,ol, h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #000000;
	line-height: 150%;
	font-weight: normal;
}

/***************************** headings *****************************/

h1 {
	font-size: 150%;
}
h2 {
	font-size: 140%;
}
h3 {
	font-size: 130%;
}
h4 {
	font-size: 120%;
}
h5 {
	font-size: 110%;
}
h6 {
	font-size: 100%;
}

/***************************** end *****************************/
