@charset "utf-8";
/* CSS Document */

body {
padding:0;
font:76% "Lucida Grande", "Lucida Sans Unicode";
background:#488fcd;
text-align:center; 
margin-top:150px;
}

p {
font:110% "Lucida Grande", "Lucida Sans Unicode";
text-decoration:none;
font-weight:bold;
color:#000;
}

a {
text-decoration:none;
font-weight:bold;
color:#99cc00;
border-bottom:thin dashed #99cc00;
}

a:hover {
text-decoration:none;
color:#333333;
border-bottom:thin dashed #333333;
}
.main {
margin:auto; 
height:250px; 
width:450px; 
padding:1px; 
border:dashed #FFFFFF thin;
}

