BODY	{
		margin-top: 10%;
		background-color: black;
	}
DIV.NEATBOX	{
			align: center;
			width: 400px;
			border: solid 1px white; 
			background-color: #D5CCBF;
			padding-top: 35px;
		}
H1	{
		font-family: arial, sans-serif;
		font-size: large;
		font-weight: bold;
		text-align: right;
		padding-right: 25px;
	}		
P.TEXTSECTION	{
			padding: 0px 25px 15px 25px;
			text-align: justify;
			font-size: small;
			font-family: arial, sans-serif;
			line-height: 130%;
		}
A:active, A:visited, A:link
	{	text-decoration:none;	}
A:link	{
		color: #800000;
	}
A:visited	{
			color: white;
		}