/***************************** 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: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #000000;
	line-height: 140%;
	font-weight: normal;
}

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

h1 { font-size: 120%; }
h2 { font-size: 110%; }
h3 { font-size: 100%; }
h4 { font-size: 90%; }
h5 { font-size: 80%; }
h6 { font-size: 70%; }

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