/* CSS Document */

body {
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 100.01%;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	}
	
.category {
	font-size: 0.9em;
	font-weight: bold;
	color: #444444;
	}
	
.title {
	font-size: 0.9em;
	color: #444444;
	font-weight: bold;
	}
	
a:link, a:visited {
	text-decoration: none;
	color: #333333;
	font-weight: bold;
	}
	
a:hover {
	text-decoration: none;
	color: #DC9817;
	font-weight: bold;
	}
	
img#snow {
	border: 1px solid #000000;
	float: left;
	margin-right: 50px;
	}