h1 
{	color:maroon; 
	font-size:29pt;
	text-align: center
}

h2 
{	font-family:verdana; 
	font-size:16pt;
	font-weight:900;
	color:green; 
	text-align:left
}

h3
{	font-family:verdana; 
	font-size:18pt;
	font-weight:900;
	color:brown; 
	text-align:left
}

hr {color:navy}

p#topic 
{	font-family:verdana; 
	font-size:11pt;
	font-weight:900;
	color:228b22; 
	text-align:left;
	margin-bottom:-16px
}

p 
{	font-family:verdana; 
	font-size:16pt; 
	color:#006400;
	text-align: justify
}

p#center 
{	font-family:verdana; 
	font-size:13pt; 
	color:#006400;
	text-align: center
}

ul#menu
{	float:left;
	width:100%;
	padding:0;
	margin:0;
	list-style-type:none;
}
a#menu
{	float:left;
	width:11em;
	text-align: center;
	font-weight: bold;
	font-size: 9pt;
	text-decoration:none;
	color:white;
	background-color:blue;
	padding:0.5em 0.2em;
	border-right:1px solid white;
}
a#menu:hover {background-color:#ff3300}
li#menu {display:inline}

li
{	font-family:verdana; 
	font-size:11pt; 
	color:#006400;
	text-align: justify;
}

th#news
{	text-align:center;
	color:maroon;
}
td#news
{	text-align:center;
	font-family:verdana;
	font-size:12pt;
	color:maroon;
	padding:0.3cm;
}

td
{	text-align:justify;
	font-family:verdana;
	font-size:11pt;
	color:maroon;
	padding:0.3cm;
}

div#image
{	float:right;
	margin:0 0 0px 10px;
	padding:8px;
	text-align: center;
}
