body{
    vertical-align: top;
    background-color:#59030d;
	margin-top:0px;
	margin-right: 0px;
    margin-bottom: 0px;
	margin-left: 0px;
}

html, div,table {
    font-family:"Times New Roman", Times, serif;
	font-style: normal;
	font-size:14px;
	font-weight:lighter;
	color:#FFFFCC;
	text-align:justify;
	text-decoration: none;

}

a:link{
	text-decoration: none;
	color:#E0CB52;
	font-weight:bold;
	font-size : 22px;
}

a:visited{
	text-decoration: none;
	color:#E0CB52;
    font-weight:bold;
	font-size : 22px;
}

a:hover{
	text-decoration: none;
	color:#2C6D5F;
    font-weight:bold;
	font-size : 22px;
}


