/* Default CSS*/

body  {
	background-color: #E6B541;
	font-family : verdana, arial,helvetica,sans-serif;
}

img 	{ border:none }

p { 
	font-size : 12pt;
	color : black;
	text-align : center;
}

ul {
	text-align : center;
	padding: 0;
}
 
a:link, a:visited  {
	color : darkblue;
	text-decoration : underline;
}

a:active, a:hover  {
	color : white;
	text-decoration : none;
}
