/* CSS Document */

body {
margin: 0px;
padding: 0px;
color: #000;
background: #E5F3FC;
}


										/* SITE BODY */


.textbox {
margin: 0px auto;
width: 500px;
padding: 0px 0px 0px 25px;
}


										/* FONTS */


h1 {
font: 22px "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
color: #4fafe9;
text-align: center;
}

h3 {
font: 18px "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;

}

p 
{
font: 13px Arial, Helvetica, sans-serif;
}



										/* LINKS */


/* standard link */
.body a:link 
{
font: Verdana, Arial, Helvetica, sans-serif;
line-height: 3em;
color: #4FAFE9;
text-align: center;
text-decoration: none;
border-bottom: 1px dotted;
}

.body a:visited 
{
color: #4FAFE9;
text-decoration: none;
border-bottom: 1px dotted;
}

.body a:hover 
{ 
background-color: #fff;
}


