body{
	margin-top : 0px;
	margin-left : 4%;
	margin-right : 4%;
	background-color: "#FFFFE5"
}
h1{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : medium;
	color : Black;
	text-align : center;
	font-weight : normal;
}
p{
	font-family: "Courier New", Courier, monospace;
	font-size : x-small;
	color : Black;
}
a{
	color : Blue;
	text-decoration : none;
}
a:hover
{
	color : Blue;
	text-decoration : none;
	font-style : normal;
	font-weight : bold;
}
a:visited
{
	color : #0000AA;
}
ul{
	font-family: Verdana;
	font-size: x-small;
	font-style: normal;
	list-style-type: none;
}
li{
	padding-top : 10px;
}
.dt{
	background-color : #99FF66;
	font-family : Arial, Helvetica, sans-serif;
	font-style : italic;
	margin-left : -10px;
	margin-right : 10px;
}
.rem{
	font-family : "Times New Roman", Times, serif;
	font-style : italic;
	color : Green;
	font-size : x-small;
	text-align : center;
}
.att{
	color : #B90000;
	font-weight: bold;
}