/* mystyles.css *//* <style type="text/css"> */<style>/* CSS Reset by Eric Meyer *//*html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {	margin: 0;	padding: 0;	border: 0;	outline: 0;	font-size: 100%;	vertical-align: baseline;	background: transparent;}uncotrolled boder?  *//* CSS Reset End */#header {	/* background-color: #CCC; */	padding: 0px;	/* margin: 0 0 0 2.5% ; */	border-bottom: 2px solid blue;}#links {	float: left;	width: 22.5%;	margin: 0 2.5% 0 0 ;	/* outline: 2px dashed #dd0009; */}#main {	float: left;	width: 45%;	margin: 0 2.5%;	/* color: navy;	 */	/* outline: 2px dashed #0053ae; */} #news {	clear: left; 	float: left;	width: 22.5%;	margin: 0 0 0 2.5% ;	/* outline: 2px dashed #009554; */}#footer {	clear: left; 	padding: 15px;	/* background: #CCC; */}body {	font-family: verdana, sans-serif; 	font-size: 100%;	/* color: navy; */	margin: 0;	padding: 0;}ul {	list-style: none;	margin: 0;	padding: 0;	font-style: normal;}li {	margin-top: 0.5em;	/* color: navy; */}dl {	/* font-weight: strong; */	/* color: navy; */}dt {	margin-top: 0.5em;	font-weight: bold;	}a:link {	font-style: normal;	text-decoration: none; 	/* color: navy; */}a:visited {	color: navy;	/* text-decoration: none; */}a:hover {	/* color: green; */	background-color: #ffd9d9;	/* text-decoration: none; */}img {		/* float: left;		margin: 0 ; */}p {	/* font-size: 100%; */	/* color: navy; */}h1 {	font-size: 200%; 	font-weight: normal;	color: purple; }h2 {	font-size: 150%; 	font-weight: strong;	color: purple; }h3 {	font-size: 120%; 	font-weight: strong;	color: purple; }h4 {	font-size: 100%; 	font-weight: strong;	color: navy; }	#wrapper {	max-width: 960px;	margin: 0 auto;	color: navy;	}</style>