BODY { 
	background-color : #ffffdd;
	color : black;
}

H1 {
	color : #990000;
	font-weight : bold;
	font-family : Tahoma;
}

H2 {
	color : #990000;
	font-weight : bold;
	font-family : Tahoma;
}

P {
	font-family : Arial;
	font-weight : bold;
	margin-left : 15px;
	margin-right : 25px;
  	text-align : justify;
}

A:link {
   color : #ff8000;
   text-decoration : underline;
   font-weight : bold
}

A:visited {
   color : #990000;
   text-decoration : underline
}

A:active {
   color : #ff0000;
   text-decoration : underline
}

