h1{
	font-decoration: underline;
	font-size: 16px;
	font-family: Arial;
}

div.left {
	font-size: 12px;
	font-family: Arial;
	height: 350px;
	width: 786px;
	padding: 7px;
}

a {
color: blue;
}
a:visited {
color: blue;
}

a:hover {
color: #ccc000;
}

h6 {
font-size: 8px;
font-family: arial;
color: #ff00ff;
}
	
