/* MAIN
--------*/
body {
	background:#0099CC;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
}
p {
	font-size:10px;
}
/* LINKS
---------*/
a {
	color:#003399;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
/* IMAGE
----------*/
img {
	border:0;
}