h1 {
	text-align: center;
}

h2 {
	text-align: center;
}

A {
	text-decoration : none;
	color : Silver;
}

A:HOVER {
	text-decoration : underline;
	color : Silver;
}
BODY {
	font-family : Arial, Helvetica, sans-serif;
	background : #000000;
	color : #FFFFFF;	
}

.main {
	background : #31680A;
	position: absolute;
	width: 100%;
}
.newshead {
	position: relative;
	 text-align : center;
	 background : #0F1D03;
	 font-weight : normal;
	 border: 1px solid White;
	 width: 100%;
	 margin : 10px 5px 5px 10px;
	}
.newstitle {
	position: relative;
	width: 100%;
	margin : 10px 10px 10px 20px;
	border: thin ridge White;
	background:  #193103;
	text-align: left;
	background-image: url(textback.jpg);
}

.newstext {
	position: relative;
	width: 100%;
	margin : 10px 50px 10px 50px;
	font-size : x-small;
	text-align: left;
	}

. tds {
  background-Color: #006400;
  width:100;
  height:20;
  text-align:center;
  border: 1px solid Black;
  font-size:14;
  filter:alpha(opacity=45);
  -moz-opacity:45%;
  background : #006400;
 }
 
 .menu {
 	position: absolute;
	margin-left: 25px;
	background-image: url(images/cemenu.jpg);
	border: 1px solid White;
 }
 
.linkbox {
	position: relative;
	width: 100px;
	border: 1px solid White;
	background:  #000000;
	font-size : x-small;
	text-align: center;
}

.picshead {
	position: relative;
	 background : #000000;
	 font-weight : normal;
	 border: 1px solid White;
	 width: 100%;
	 margin : 5px 5px 10px;
	text-align: center;
	height: 500px;
	}
	
.picbody {
	background-color: #000000
}

.picpic {
	   position: relative;
		background-color: Black;
		border: 1px solid White;
		height: 110px;
		width: 110px;
		text-align: center;
		line-height: 4px;
		margin: 3px;
}

img {
	border: 0px;
}

