

body {  
font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Verdana, Geneva, sans-serif;
font-size:62.5%;
	color: #393C43;
background: #0195F0 url(/assets/images/bg/bg_user_message.png) repeat-x;
}

a:link { 
	text-decoration: none; 
	color: #003798;
	}

a:visited { 
	text-decoration: none; 
	color: #001F59;
	}

p a:link, p a:visited {
	text-decoration: underline;
	} /* Add underlines to Links only if they are within a paragraph */

a:hover { 
	color: #003798;
	background: #FDE571;
	}
	
a:active { 
	color: #003798;
	background: #FDE571;
	}


#content  {
border:				#0E7ED6 10px solid;
background-color: 	#B9D5ED;
padding:			30px 50px 30px 50px;
width: 860px;
margin: 50px auto 0 auto;
text-align: left;
}

h1 {
font-weight:		bold;
font-size:			2.2em;
color: #40506C;
margin-top: 		0;
margin-bottom:		14px;
}

p {
font-size: 			1.4em;
font-weight: 		normal;
margin-top: 		12px;
margin-bottom: 		14px;
color: 				#000;
}

ul {
margin-bottom: 		16px;
}

li {
list-style:			square;
font-size: 			1.4em;
font-weight: 		normal;
margin-top: 		8px;
margin-bottom: 		8px;
color: 				#000;
}
