@charset "utf-8";
/* CSS Document */
.main_links
{
     text-decoration:none;
	 font-weight:bold;
	 color:#0099FF;
	 font-family:DecoType Naskh Special;
	 font-size:14px;
}
.main_links:hover
{
     text-decoration:underline;
	 font-weight:bold;
	 color:#999933;
}

.reg
{
 font:Verdana, Arial, Helvetica, sans-serif;
 color:#0099CC;
 font-weight:bold;

}


