/* CSS Document */

body{
	background-color:#ABC8C9;
	font-family:Arial, Helvetica, sans-serif;
	color: #666666;
	font-size:12px;
	line-height: 18px;

}
div.content{
	background-color:#ffffff;
	width:520px;
	height:460px;
	margin: 30px 100px 0 100px;
	padding:40px 20px 20px 40px;
}

div.content a:link, div.content a:visited{
font-weight:bold;
color: #666666;
text-decoration:none;
}
div.content a:hover, div.content a:active{
font-weight:bold;
color: #000066;
text-decoration:underline;
}
