@charset "utf-8";
/* CSS Document*/

body {
	
	margin-top: 1.58em;
	margin-left: 8%;
	margin-right: 5%;
	margin-bottom: 1.58em;
	padding-top: 0;
	padding-left: 11em;
	padding-right: 0;
	padding-bottom: 0;
	border-top: 0;
	border-left: 0;
	border-bottom: 0;
	border-right: 0;
	width: 800px;
	
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #666;
	background: #9CF }
	
ul.navbar {
	list-style-type: none;
	position: absolute;
	top: 2em;
	left: 1em;
	width: 9em }
	
h1 {
	
	font-family:Helvetica, Geneva, Arial, SunSans-Regular, sans-serif }
	
ul.navbar li {
	background:#CCC;
	margin: 0.5em 0;
	padding: 0.3em;
	border-right: 1em #333333 }

ul.navbar a {
    text-decoration: none }
	
/*This section is for links*/
a:link {
	font-weight:normal; color:#333 }
	
a:visited {
	font-weight:normal; color:#009 }
	
a:hover
{font-weight:bold; color: Red; font-variant:small-caps;
}
/*This section is for a paragraph section*/
p {font-style:italic; font-size:18px;
}
blue {color:#0000FF;
}
/*This section is for the image's black border.*/
/*img {border-color: #000000; border:thick; border-style:ridge; */
}