﻿/**
    *  Cascading Style Sheet File
    *  Author: Ali Jaber
    *  www.reverya.com
**/

.txtfont{

	font-family: Tahoma;
	color: #000000;
	font-size: 12px;
	text-align: right;

}

.txtfonten{

	font-family: Tahoma;
	color: #000000;
	font-size: 12px;
	text-align: left;

}



.mainfont{

	font-family: Tahoma;
	color: #ffffff;
	font-size: 12px;
}
.mainfont2{

	font-family: Tahoma;
	color: #BC9E5E;
	font-size: 12px;
}
.nave{

	font-family: Tahoma;
	color: #000000;
	font-size: 10px;
}

a:visited { color: #ffffff; text-decoration:none; }	
a:link { color: #ffffff; text-decoration:none; }	
a { color: #eeeeee; text-decoration:none; }
a:hover { color:#BC9E5E; }