/* Hooman Anvar Style Sheet */
	/* Begin Global Styles */

body          {
	font-family : Verdana, Helvetica, sans-serif;
	color:#FFFFFF;
	background-color : #DC3000;
}

.title        {
	font-size : 14px;
	font-style : normal;
	font-weight : normal;

}

.text     {
	font-size : 15px;
	font-style : normal;
	font-weight : normal;
}

.textsm     {
	font-size : 12px;
	font-style : normal;
	font-weight : normal;
}

b {
    font-weight : bold;
}

i {
    font-style : italic;

}

li  {
	font-size : 14px;
	font-style : normal;
	font-weight : normal;
}


a:active     { color: #FFFF00 }
a:hover      { color: #FFFF00 }
a:link       { color: #FFFFFF }
a:visited    { color: #FFB3B3 }