﻿@import url("layout_2.css");
body
	{
	background-color: #000066;
	}
#top_nav
	{
	padding: 2px;
	margin: 1px;
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	color: #FFFF00;
	}

#page_content
	{
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	color: #FFFF00;
	}

#footer
	{
	padding: 2px;
	margin: 1px;
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	color: #FFFF00;
	}

h6
	{
	font-family: "Times New Roman", Times, serif;
	}

h5
	{
	font-family: "Times New Roman", Times, serif;
	}

h4
	{
	font-family: "Times New Roman", Times, serif;
	}

h3
	{
	font-family: "Times New Roman", Times, serif;
	}

h2
	{
	font-family: "Times New Roman", Times, serif;
	}

h1
	{
	font-family: "Times New Roman", Times, serif;
	}
h1
	{
	color: rgb(255, 255, 0);
	font-size: x-large;
	font-weight: bold;
	}
h2
	{
	color: rgb(255, 255, 0);
	font-size: large;
	font-weight: bold;
	}
h3
	{
	color: rgb(255, 255, 0);
	font-size: medium;
	font-weight: bold;
	}
h4
	{
	color: rgb(255, 255, 0);
	font-size: medium;
	font-weight: bold;
	font-style: italic;
	}

/* navigation */
a:active
	{
	font-weight: bold;
	color: #FFFF00;
	text-decoration: underline;
}
a:hover
	{
	color: #FFFF00;
	text-decoration: none;
	text-transform: capitalize;
}
a:link
	{
	color: #FFFF00;
	text-decoration: none;
	}
a:visited
	{
	color: #FFFF00;
	text-decoration: none;
	}
	

