body{
	font-family:"Lucida Sans", "Lusida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	padding:30px;
	background-color:#333333;
	margin:0 0 0 20%;
	color:#fff;
}
p{
font-size:98%;
}

h1{
font-weight: bold;
font-size:150%;
letter-spacing:0.05em;
}
a:link {
color: #bb3c51;
text-decoration:none;}     /* unvisited link */
a:visited {
color: #bb3c51;
text-decoration:none;}  /* visited link */
a:hover {
color:#FFF;
text-decoration:none;}   /* mouse over link */
a:active {
color:#bb3c51;
text-decoration:none;}   /* selected link */
