﻿
body
 {
 	color: #663300;
	font-family: 'Comic Sans MS';
	text-align: center;
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
}

A {
	font-size : 100%;
	color : #663300;
	text-decoration : underline;
	font-weight: normal;
}


A:HOVER {
	text-decoration : none;
	font-weight : normal;
	color : #000000;
	font-size : 100%;
}