
body {	
	background: #ffffff; 
	color: black; 
	font-family: Helvetica, sans-serif; 
	font-weight: normal;
	font-size: medium;
	list-style: outside;
}

a:link { 
	color: #0064a4;
	text-decoration: none;
} 
a:visited { 
	color: #0064a4; 
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

h1 {    
	text-align: right; 
	font-size: x-large;
	font-weight: bold; 
	font-style: oblique;
}
h2 { 
	font-size: x-large; 
	font-weight: bold;
}
h3 { 
	font-size: large;
	font-weight: bold;
}

.wrapper {
    width: 80%;
    max-width: 1500px;
    margin: 0 auto;
}

.menu {
        border-bottom: 2px double black;
        font-size: medium;
        height:30px;
        width:600px;
        margin:auto;
        text-align: center; 
}

ul li {
    margin: 10px;
}