h1{
	font-size:20px;
	color: #ff0000;
}
a:link{
	color:#000099;
	font-size:12px;
}
a:visited{
	color:#000099;
	font-size:12px;
}
a:active{
	color:#DC143C;
	font-size:12px;
}
a:hover{
	color: #DC143C;
	font-size: 12px;
}
body{
	color: #444444;
	font-size: 13px;
}
div.box {
	background-color: #ffffcc;
	border: solid 2px #ff0000;
	padding: 10px;
	width: 600px;
	text-align: left;
}
