body {
background-color:#dce6ef;
margin:0 auto;
font-size:1em;
font-family:arial, verdana, serif;
}
h1 {
font-weight:bold;
color:#444;	
font-size:1.5em;
}

h2 {
font-weight:bold;
color:#222;	
font-size:.95em;
margin:20px 0 0 0;
}

p {
font-weight:bold;
color:#222;
font-size:.7em;	
}
a:link {
color:#777;
text-decoration:none;	
}

a:visited {
color:#555;	
}

a:hover {
color:#000;	
}

a:active {
color:#777;	
}

.border {
border-bottom:1px dotted #444;
padding:0 0 10px 0;
}