
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color : #ffffff;
}
.tiny {  
	color: #ffffff; 
	font-size: 1px;
}


/* Navbar style start */
.navbar { 
	font-weight: bold; 
	text-decoration: none;
	color: #ffffff; 
	font-size: 12px;
	background-color: maroon;
	/* padding: top,right,bottom,left */
	padding: 2px 2px 2px 2px;
	border: 1px;
	border-top-color: black;
	border-top-style: solid;
	border-top-width: 0px;
	border-bottom-color: black;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	display: block;
	margin: 0px;
}
a:hover.navbar {
	text-decoration: none;
	color: #c0c0c0;
	background: #404040;
}
/* Navbar style end */


