
a:link {	
   font-size: 12;
	color: #444444;	
	text-decoration: none;
}
a:visited {
	font-size: 12;
	text-decoration: none;
	color: #666666;
}


body {
	font-family: arial;
	min-width:300px;
	max-width:600px;
	background-color: white;
	background-repeat:repeat;
	background-position:left top;
	margin-top: 20;
	margin-bottom: 20;
	margin-right: 20;
	margin-left: 20;
	font-size: 16;
	color: #222222;
}


