/*HTML TAGS*/
/*::::::::::::::::::::::::::::::::::::::::::::*/

body {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	letter-spacing: -0.04em;
}

a {
   color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}





/*CONTENT AREA*/
/*::::::::::::::::::::::::::::::::::::::::::::*/
#contentArea {
	padding: 0 0 50% 5%;
}




/*INVISIBLE ELEMENTS*/
/*::::::::::::::::::::::::::::::::::::::::::::*/
#gone{
	display: none;
	visibility: hidden;
}
