/* Modify default settings */

html { font-size: 100%; /* IE hack */ }
table { font-size: 100%; /* IE hack */ }
html,body { height:100%; margin:0px; }

body,td,* { 
	font-family:Georgia,arial,verdana;
	font-size:13px;
	color:black;
}

.footer { 
	font-size:9px;
	color:#4B4B4B;
}
A.footer {
	text-decoration:underline;
	color:#595959;
}
A.footer:hover {
	color:#CC0000;
}
a {
	color:green;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

img {
	border:0px;
}

#box {
	display:block;
	width:630px;
	border:0px solid grey;
	height:880px;
	text-align:left;
	padding-top:40px;
}

.clear {
	clear:both;
}

ul {
	list-style-image:url('images/bullet.jpg');
	margin-left:50px;
}
