body{
	background-color: #006699;
}

a:link {
	color: Black;
	font-family: "Arial";
	font-size: 16px;
	font-weight: normal;
	text-decoration: underline;
}

a:hover {
	color: background;
	font-family: "Arial";
	font-size: 16px;
	font-weight: normal;
	text-decoration: underline;
}

a:visited {
	color: Black;
	font-family: "Arial";
	font-size: 16px;
	font-weight: normal;
	text-decoration: underline;
}

a:visited:hover {
	color: background;
	font-family: "Arial";
	font-size: 16px;
	font-weight: normal;
	text-decoration: underline;
}


H1{
	color: Black;
	font-family: "Arial";
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
}

H2{
	color: Black;
	font-family: "Arial";
	font-size: 20px;
	font-weight: normal;
	text-decoration: none;
}

H3{
	color: Black;
	font-family: "Arial";
	font-size: 30px;
	font-weight: normal;
	text-decoration: none;
}
   
H4{
	color: Black;
	font-family: "Arial";
	font-size: 46px;
	font-weight: normal;
	text-decoration: none;
}

H5{
	color: Black;
	font-family: "Arial";
	font-size: 72px;
	font-weight: normal;
	text-decoration: none;
}

H6{
	color: Black;
	font-family: "Arial";
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

li{
	list-style-type: none;
	list-style-position: outside;
	list-style-image: none;
} 

li.menu{
	list-style-type: none;
	list-style-position: inside;
	list-style-image: none;
} 

li.menu A:link {
	color: Black;
	font-family: "Arial";
	font-size: 18px;
	font-weight: normal;
	text-decoration: none;
}

li.menu a:hover {
	color: background;
	font-family: "Arial";
	font-size: 18px;
	font-weight: normal;
	text-decoration: none;
}

li.menu a:visited {
	color: Black;
	font-family: "Arial";
	font-size: 18px;
	font-weight: normal;
	text-decoration: none;
}

li.menu a:visited:hover {
	color: background;
	font-family: "Arial";
	font-size: 18px;
	font-weight: normal;
	text-decoration: none;
}

a.stor:link {
	color: Black;
	font-family: "Arial";
	font-size: 18px;
	font-weight: normal;
	text-decoration: none;
}

a.stor:hover {
	color: background;
	font-family: "Arial";
	font-size: 18px;
	font-weight: normal;
	text-decoration: none;
}

a.stor:visited {
	color: Black;
	font-family: "Arial";
	font-size: 18px;
	font-weight: normal;
	text-decoration: none;
}

a.stor:visited:hover {
	color: background;
	font-family: "Arial";
	font-size: 18px;
	font-weight: normal;
	text-decoration: none;
}

strong {
	color: Black;
	font-family: "Arial";
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
}