A:LINK {
	font-family : serif;
	font-style : normal;
	text-decoration : underline;
	font-size : larger;
	color : Black;
	background-color : transparent;
}

DIV {
	background-color : transparent;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}


A:VISITED {
	font-family : serif;
	font-style : normal;
	font-size : larger;
	text-decoration : none;
	color : Red;
	background-color : transparent;
}
A:hover {
        background-color : transparent;
        color : Black;
        border : outset;
        padding-left : 5px;
        padding-right : 5px;
}

BODY {
	background-color : #FFFFCC;
	background-image : none;
	margin-left: 5em;
	margin-right: 5em;
	font-family : Verdana, sans-serif;
	font-size : 12px;
	text-align: justify;
	color : Black;
}

H3 {
	background-color : transparent;
	font-family : serif;
}



H4 {
	background-color : transparent;
	font-family : Verdana, sans-serif;
}

h1 {
	background-color : transparent;
	font-family : verdan, sans-serif;
	text-align : center;
}








