@charset "UTF-8";
/* CSS Document */

body 
{
	font-family: arial, helvetica, sans-serif;
	font-size:12px;
	font-color: #000000;
}

.titles
{
font-size:14px;
color: #FFFFFF;
}

a 
{
text-decoration: none;
color: #6699FF; 
} 

a:hover 
{ 
text-decoration: none; 
color: #FFFFFF;
background-color: #3399FF; 
} 

.text
{
font-size:12px;
}

a.text:link {color: #990000}
a.text:hover {color: #990000}