#menuBGcolor    {background-color: #000000}
#dataBGcolor    {background-color: #FFFFFF}

body {margin-top: 	0;
      margin-bottom:	0;
      margin-left:	0;
      margin-right:	0;
      background-color:	#000000;
}

h1, h2, h3, h4, h5, h6, h7 {font-family: Arial;
			    color: #000000;
}
h1 {font-size: 20px;}
h2 {font-size: 18px;}
h3 {font-size: 16px;}
h4 {font-size: 14px;}
h5 {font-size: 12px;}
h6 {font-size: 10px;}
h7 {font-size: 8px;}

#text1, #text2, #text3, #text4, #text5, #text6, #text7 {font-family: Arial;
							color: #000000;
}
#text1 {font-size: 20px;}
#text2 {font-size: 18px;}
#text3 {font-size: 16px;}
#text4 {font-size: 14px;}
#text5 {font-size: 12px;}
#text6 {font-size: 10px;}
#text7 {font-size: 8px;}

a:link {font-family: Arial;
	font-weight: bold;
	color: #007DC3;
}
a:visited {font-family: Arial;
	font-weight: bold;
	color: #007DC3;
}
a:active {font-family: Arial;
	font-weight: bold;
	color: #007DC3;
}
a:hover	{font-family: Arial;
	font-weight: bold;
	color: #FFFFFF;
    	background-color: #007DC3;
	text-decoration:none;
}

hr {color: #000000;
    height: 3;
}
