body {
	font-family: Georgia, serif;
	font-size: medium;
	background-color: #069;
}
h1 {
	font-size: x-large;
	}
h2 {
	font-size: large;
}
h3 {
	font-size: medium;
	font-weight: bold;
}
a {
	text-decoration: none;
}
a:hover {
	color: blue;
	text-decoration: underline;
}
.dotted_red {
border-style: solid; 
border-color: red; 
padding-bottom: 0px;  padding-left: 10px;  padding-right: 10px;  padding-top: 0px;
}
.dottednews_black {
border-style: dotted; 
border-color: black; 
padding-bottom: 5px;  padding-left: 5px;  padding-right: 5px;  padding-top: 5px;
}
.dottednews_red {
border-style: dotted; 
border-color: red; 
padding-bottom: 5px;  padding-left: 5px;  padding-right: 5px;  padding-top: 5px;
}
.solid_black {
border-style: solid; 
border-color: black; 
padding-bottom: 0px;  padding-left: 10px;  padding-right: 10px;  padding-top: 0px;
}
.footer {
	font-size: x-small;
}
.navigation {
	font-size: x-small;
	font-family: Arial, Helvetica, sans-serif;
}

