/* CSS Document */

body {

	font-size: 12px;
	font-family:"Times New Roman", Times, serif;
	margin: 10px;
	background-color: #f9fdff;
	text-align: justify;
		
}

/* b { background-color: #ffffff; } */

.big { font-size: 14px; }

.small { font-size: 10px; }

.linklist { padding-left: 20px; }

a:LINK, a:VISITED {COLOR: #000000; BACKGROUND: inherit; TEXT-DECORATION: underline;}
a:HOVER, a:ACTIVE {COLOR: #800080; BACKGROUND: inherit; TEXT-DECORATION: underline;}
