a:link {
  color : #666666;
  text-decoration : none;
  font-size : 8.5pt;
  font-family : Arial, Helvetica, sans-serif;
}

a:visited {
  color : #666666;
  text-decoration : none;
  font-size : 8.5pt;
  font-family : Arial, Helvetica, sans-serif;
}

a:active {
  color : #666666;
  text-decoration : none;
  font-size : 8.5pt;
  font-family : Arial, Helvetica, sans-serif;
}

a:hover {
  color : #b0b0b0;
  text-decoration : none;
  font-size : 8.5pt;
  font-family : Arial, Helvetica, sans-serif;
}

body {
  background-color : #c1c1c1;
  margin : 0;
  font-family : Arial, Helvetica, sans-serif;
  font-size : 8.5pt;
  color : #000000;
}

h1 {
  font-size : 8.5pt;
  font-weight : bold;
}

.mini {
  font-family : Verdana, Arial, Helvetica, sans-serif;
  font-size : 9px;
  font-style : normal;
  font-weight : lighter;
  font-variant : normal;
  text-transform : none;
  text-decoration : none;
  color : #ffffff;
}

#content {
  width : 462px;
  height : 540px;
  overflow : auto;
}

.white {
  font-family : Verdana, Arial, Helvetica, sans-serif;
  font-size : 11px;
  font-style : normal;
  line-height : normal;
  font-weight : normal;
  font-variant : normal;
  text-transform : none;
  color : #ffffff;
  text-decoration : none;
}
hr {
	color: black;
	background-color: black;
	height: 1px;
	width: 300px;
	border: 0px;
	text-align: left;
	margin-bottom: 10px;
	margin-top: 10px;
}
.news {
  /*background-color: purple;*/
	text-align: left;
	width: 400px;
	padding-top: 30px;
	padding-left: 35px;
}
div.newspic{
  /*background-color: yellow;*/
  width: 128px;
  height: 145px;
  margin-top: 15px;
  float:left;
}
.projects_desc{
	margin-top: 7px;
	padding-top: 5px;
	font-family: Arial Narrow;
	background-color: #7C7A7B;
	color: white;
	font-size: 9pt;
	letter-spacing: 1px;
	text-align: center;
	width: 442px;
	height: 51px;
	float: left;
}
.projects_pic{
	width: 442px;
	clear: both;
}

