﻿/* CSS Document */

#textalign{
text-align:justify;
text-justify:newspaper;
}

body
{
	font-family: arial;
	font-size: 50%;
	color: #000000;
}

a:hover{
	color: #000000;
	text-decoration: underline;
}
.top {
	color: #FFFFFF;
	text-decoration: none;
}

