/* CSS Document */

.title{
color:#ffffff;
font-family: verdana, arial, tahoma, helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	
	}


body {
	font-family: verdana, arial, tahoma, helvetica, sans-serif;
	color: #ffffff;
	font-size:11px;
	text-align: center;
	line-height:18px;
	background:#496fc9;
	
}


a {
color:#ffffff;
text-decoration:underline;
}

a:hover{
text-decoration:underline;
}
