1. A:link {
	color: Blue;
	font-weight: normal;
}
2. A:visited {
	color: Fuchsia;
	font-weight: normal;
}
3. A:active, A:hover {
	color: Gray;
	font-weight: normal;
}

TD {
	font : normal 11px Tahoma;
}

6. CODE {
     color: #00C;
     font-family: "Courier new", monospace}

TABLE {
	border : thin Black;
}


.news { 
 font-family: Tahoma;
 font-size: 11px;
 color: White;
 margin-left: 10px;
 margin-right: 10px;
 text-align: justify;
 }

LI {
	font-family: Tahoma;
 font-size: 14px;
 color: Black;;
 margin-left: 10px;
 margin-right: 10px;
 text-align: justify;
}

.link {  
font-family: Tahoma;
 font-size: 14px;
 color: Blue;
}

.link1 {  
font-family: Tahoma;
 font-size: 11px;
 color: black;
 text-align: justify;
}

.head { 
 font-family: Tahoma;
 font-size: 16px;
 font-weight: bold;
 color: Black;;
 text-align: center;
 }
 
.text { 
 font-family: Tahoma;
 font-size: 14px;
 color: Black;
 margin-left: 10px;
 margin-right: 10px;
 text-align: justify;
 }

.p_t { 
 font-family: Tahoma;
 font-size: 9px;
 color: Black;
}

.index2 { 
 font-family: Tahoma;
 font-size: 10px;
 color: white;
 margin-left: 10px;
 text-align: left;
 }