@charset "UTF-8";
/* CSS Document */
body, h1, p{
margin: 0;
padding: 0;
}

body{
margin: 0;
font-family: georgia, times, serif;
color: black;
font-size: 14px;
text-align: center;
vertical-align: top;
background: #FFFFFF;
}

h1{
font-family: georgia, times, serif;
color: black;
padding: 10px 0 10px 0;
}

h1{
font-size: 160%;
}

a:link, a:visited{
text-decoration: none;
color: #2188FF;
}

a:hover{
	text-decoration: none;
	color: #40627C;
}

p{
padding: 0 0 10px 0;
}


