html body {
  margin:0;
  padding:0;
  background:#001C2B;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: x-small;
  color: #999999;
  font: x-small;
  } 
html>body {font-size: x-small;}
hr {
	color: #CCCCCC;
}
ul {
	border-top-width: 1px;
	border-bottom-width: 1px;
	line-height: 15px;
	font-size: x-small;
	margin-left: 20px;
	list-style-type: square;
	}
p {
	 font-size: x-small;
  }
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font: italic bold x-large;
	text-align: center;
	color: #06c;
	font-size: 24px;
	margin: 14;
}
.news {
border-right: 1px solid #cccccc;
color: #999;
font-family: Arial;
font-size: 10;
padding-left: 7px;
padding-right: 7px;
padding-bottom: 4px;
padding-top: 4px;
}
/* Forms
----------------------------------------------- */
textarea, select, input, object {
font-family: Arial;
font-size: 11px;
font-weight: normal; 
background-color: #ffffff;
color: #06c;
}
/* Links
----------------------------------------------- */
a:link, a:visited {
  border-bottom:1px dotted #ccc;
  color:#ccc;
  text-decoration:none;

  }
a:visited {
  border-bottom-color:#999;
  color:#999;
   }
a:hover {
  border-bottom:1px solid #06c;
  color:#06c;
  }
a.noline:link, a.noline:visited, a.noline:hover {border-style:none;}

img {
	border: 10px solid #000000;
}
