/* CSS Document */
/*--------------------- Header of the Page ------------------------------*/
.header {
	font-family: Times New Roman, Times, serif;
	font-size: 18px;
	font-weight: bold;
}
.header2 {
	font-family: Times New Roman, Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #FF0000;
}
.navigater {
	font-family: Times New Roman, Times, serif;
	font-size: 16px;
	font-weight: bold;
}
.poet {
	font-family: "Tahoma", Times New Roman, Arial, Georgia, Verdana; 
	font-size: 14px; 
	font-weight: bold;
}
.poet_auther {
	font-family: Tahoma, Times New Roman, Arial, Georgia, Verdana;
	font-size: 12px;
}
/*---------------------- Articles -----------------------*/
.title {
	font-size: 24px;
	color: #FF9900;
	font-family: Times New Roman, Times, serif;
	font-weight: bold;
}
.articl_title{
	font-family: Tahoma, Times New Roman, Arial, Georgia, Verdana;
	font-size: 16px;
	font-weight:bold;
	text-align:center;
}
.articl{
	font-family: Tahoma, Times New Roman, Arial, Georgia, Verdana;
	text-align:justify;
	font-size:11px;
}
.foucus {
	font-family: Tahoma, Times New Roman, Arial, Georgia, Verdana; 
	font-size: 12px; 
	font-weight: bold; 
}
.link{font-size:9px;color:#CC0000;text-align:right;font-family:tahoma}
a.link:link {text-decoration: none;color:#CC0000;text-align:right;font-family:tahoma}
a.link:visited {text-decoration: none;color:#CC0000;text-align:right;font-family:tahoma}
a.link:hover {text-decoration: underline;color:#CC0000;text-align:right;font-family:tahoma}
a.link:active {text-decoration: none;color:#CC0000;text-align:right;font-family:tahoma}
.link_links{font-size:12px;color:#0099FF;text-align:right;font-family:tahoma}
a.link_links:link {text-decoration: none;color:#0099FF;text-align:right;font-family:tahoma}
a.link_links:visited {text-decoration: none;color:#0099FF;text-align:right;font-family:tahoma}
a.link_links:hover {text-decoration: underline;color:#0000FF;text-align:right;font-family:tahoma}
a.link_links:active {text-decoration: none;color:#0099FF;text-align:right;font-family:tahoma}

/*----------------------- Footer -----------------------*/
.footer {
	font-family: "Tahoma", Times New Roman, Arial, Georgia, Verdana;	
	font-size: 10px;
	color: #000000;
	text-align:center;
}
a.footer:link {
	text-decoration: underline;
	color:#000000;
	text-align:center;
}
a.footer:visited {
	text-decoration: underline;
	color:#000000;
	text-align:center;
}
a.footer:hover {
	text-decoration: underline;
	color:#FF0000;
	text-align:center;
}
a.footer:active {
	text-decoration: underline;
	color:#000000;
	text-align:center;
}
/*--------------------------------- News Letter ----------------------------*/
.news_title {
	font-family: Tahoma, Times New Roman, Arial, Georgia, Verdana;
	font-size: 12px;
	color: #0099FF;
	font-weight: bold;
	font-size: 13px;
	text-align:justify;
}
.news_topics{
	font-size: 11px;
	font-family: Tahoma, Times New Roman, Arial, Georgia, Verdana;
	text-align:justify;
	color:#000000;
}
/*---------------------------------Search Result ----------------------------*/
.serach_result_title{
	font-family: Tahoma, Times New Roman, Arial, Georgia, Verdana;
	color: #FF0000;
	font-size:12px;
	font-weight: bold;
	text-align:right;
}
.serach_result{
	font-family: Tahoma, Times New Roman, Arial, Georgia, Verdana;
	color: #FF0000;
	font-size:12px;
	font-weight: bold;
	text-align:left;
}
.serachTitel{
	font-family: Tahoma, Times New Roman, Arial, Georgia, Verdana;
	color: #FF0000;
	font-size:11px;
	font-weight: bold;
	text-align:right;
}

/*---------------------------Form Feilds-------------------------------------*/
.ffeilds{
	font-family:"Tahoma", Times New Roman, Arial, Georgia, Verdana;
	font-size:10px;
	text-align:right;
	
}
/*****************************************************************************/
