/***************************** start *****************************/

a:link, a:visited {
	color: #0000FF;
	text-decoration: none;
}

a:hover {
	color: #FF0000;
	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;
	font-size: 80%;
	color: #000000;
	line-height: 140%;
	font-weight: normal;
}

/***************************** headings *****************************/

h1 { font-size: x-large; }
h2 { font-size: large; }
h3 { font-size: medium; }
h4 { font-size: small; }
h5 { font-size: x-small; }
h6 { font-size: xx-small; }

/***************************** end *****************************/
