@charset "utf-8";
		
#size { width: 50%; /* Set to fit your needs */
        height: 100%; /* Set to a minimum height as per your needs */} 
		
body,td,th { font-family: Tahoma, Geneva, sans-serif;
	         font-size: 12px;
	         color: #000; }
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:active {
	text-decoration: none;
	color: #900;
}

a:hover {
	text-decoration: underline;
	color: #900;
}
.rightfloat {
	float: right;
}
