/* CSS Document */

body {
		font-family:Tahoma;
		font-size:12px;
		margin:0px;
		}
		
a {
	text-decoration:none;
	}
	
a:hover {
		text-decoration:underline;
		}
		
h3 {
	color:#666666;
	}
