/* CSS Document */

body {
	background-color: #F0F0F0;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
html, body{ 
height:100%; 
} 
#size { 
width: 50%; /* Set to  fit your needs */ 
height: 100%; /* Set to a minimum height as per your needs  */ 
} 
 
a:link {
	color: #009900;
}
a:visited {
	color: #999999;
}
a:hover {
	color: #FF6600;
}
a:active {
	color: #FF6600;
}
h1 {
	font-size: 22px;
	color: #009900;
}
h2 {
	font-size: 22px;
	color: #FF0000;
}
h3 {
	font-size: 14px;
	color: #000000;
}
