/*link styles.*/
a { color: #000; }
a:link { color: #aaa; text-decoration: none; }
a:visited { color: #888; text-decoration: none; }
a:hover { color: #f22;  text-decoration: none; }
a:active { color: #fff; text-decoration: none; }

body /*basic text and background styles.*/
{
	background-color: white;
	color: black;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 15px;
	margin: 0;
	padding: 0;
}

img
{
	border-width: 0;
	border-style: none;
	margin: 0;
	padding: 0;
}

p
{
	margin: 4px;
}