body {

left:0; 
top:0; 

 }

#title {
	font-family : "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 16px;
	font-style:italic;
	line-height : 18px;
	color : #808080;
	
	text-decoration:none;
}

#subtit {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 25px;
	font-style:italic;
	font-weight : normal;
	color : #808080;
	
	text-decoration:underline;
}

#content {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 16px;
	color : silver;
	line-height : 15px;
	font-weight : normal;
}
#description{
	font-family : Times, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 14px;
	color : Silver;
	line-height : 18px;
	
	text-decoration:italic;
}


#linkstext{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 14px;
	color : white;
}

A:ACTIVE {
		font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	line-height : 15px;
	text-decoration : none;
	color : cyan;
}
A:LINK {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	line-height : 15px;
	text-decoration : none;
	color : #ffffff;
}
A:VISITED {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	line-height : 15px;
	text-decoration :none;
	color : #808080;
	
}
A:HOVER {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	line-height : 15px;
	text-decoration : underline;
	color : #ffffff;
}
