
h1 {
	font-size:28px;
	line-height:28px;
	font-weight:900;
	color:#1177dd;
        text-align: center;
	}
p {
	font: 15px/18px, arial, sans-serif;
	}

.header {
	border-style: groove;
	border-width: medium;
	border-color: #5555dd;
	background-color: transparent;
	width: 35%;
	margin-left: 300px;
	}
	
.content {	
	background-color: transparent;
    float: right;
    width: 70%;
	}

.menu {
	background-color: transparent;
	float: left;
	width: 25%;
	font: verdana, sans-serif;
	margin-left: 30px;
	}

.sub {
	background-color: transparent;
	float: left;
	width: 20%;
	font: verdana, sans-serif;
	margin-left: 50px;
	text-align: left;
	}

strong {color : #006600;}

a         {color:#1177dd;}
a:visited {color:#1177dd;}
a:hover   {color:#3399ff;}