@charset "utf-8";
/* CSS Document */
body{
	background-color:#3399BB;
	font-family:arial;
	font-size:1em; 
	color:white;
}

a:link{color:white;}
a:visited{color:white;}
a:hover{color:red;
			margin-left:5px;
			font-weight:bold;}
a:active{color:white;}

img{
	margin-right:10px;
}

p{
	margin-top:0;
}
