/* CSS Document */
body{
	font-family:"Times New Roman", Times, serif;
	font-size: 3em;
	color:#FFF;
	background:#333;
}
div#cont{
	margin: 100px;
}
a{
	color:#06F;
	text-decoration: none;
}
a:hover{
	color:#03C;
}

