/* CSS Document */

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

									/* SITE BODY ELEMENTS  */


.textbox
{
margin: 10px auto;
width: 400px;
padding: 15px;
}


										/* FONTS */


h1
{
clear: left;
font: 20px "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
color: #3896D1;
margin-top: 0px;
}


p
{
clear: left;
font: 13px Arial, Helvetica, sans-serif;
text-align: justify;
line-height: 1.7em;
margin-top: 0px;
}


			
										/* LINKS  */
											

/* standard link */
.body a:link 
{
color: #FFF;
text-decoration: none;
border-bottom: 1px dotted;
}

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

.body a:hover 
{
color: #3896D1;
background: #FFF;
border-bottom: 1px solid #FFF;
}

