
body {
	background-color: #fff;
	color: black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:80%;
	margin: 0;
	
}


/* Usually, links aren't underlined, but they appear underlined when you point
   the mouse pointer at them. */
a:link {
	color: black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

a:visited {
	color: black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

a:hover {
	color: black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

a:focus {
	text-decoration: underline;
}

/* Use <strong> instead of <b>. */
strong {
	font-weight: bold;
}

/* Preformatted text, used for ticker messages. */
pre {
	font-family: "Courier New", Courier, monospace;
	white-space:pre;
	text-align:left;
}

/* To fix the UL tag in the Desktop News and Mobile information pages. */
ul {
	margin-bottom:3px;
	margin-top:3px;
}

/* To fix the LI tag in the Desktop News and Mobile information pages. */
li {
	margin-bottom:3px;
	margin-top:3px;
}



