/* CSS Document */

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

#name{
color:#003366;
font-weight:bold;
font-size:14px;
}

#listing{
width:325px; 
padding:5px 0 15px 0;
}

a{
color:#0066FF;
text-decoration:none;
}

a:hover{
text-decoration:underline;
}