* { padding: 0; margin: 0; }

body
{
    background: #E6E6E6;
    font-family: Verdana;
    color: #333333;
	font-size: 12px;
}

#box
{
    position: relative;                                                       
    width: 500px;              
    height: 100%;
    margin: 50px auto;
	background: #FFFFFF;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;        
}

#box h1
{
	font-size: 16px;
	padding-bottom: 20px;
}

#box p 
{
	line-height: 170%;
}

#box h2
{
	font-size: 14px;
	padding-bottom: 10px;
	color: #000066;
}

#box a
{
	text-decoration: underline;
	color: #000066;
}

#box a:hover
{
	text-decoration: none;
}
 