/* These are the base style for the HTML elements */

Body		{
	font-family: Arial, Helvetica, Geneva, sans-serif; font-size: 12px;
		}

P  {
   font-size: 14px;
   color: black;
   font-weight: bold;
   }

H1 {
   font-family: Times New Roman, Times, serif;
   font-size: 30px;
   color: black;
   }

h2 {
   font-family: Times New Roman, Times, serif;
   font-size: 24px;
   color: black;
   {

DIV {
    font-style: bold;
    }

/* These are the base style for the links */

a:link  {
        color: blue;
        text-decoration: underlined;
}

a:visited  {
        color: #021fe8;
        text-decoration: underlined;
}

a:hover  {
        color: red;
        text-decoration: underlined;
}

/* These are the base styles for the site*/

.black10  {
	color: #000000;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 10px;
	font-style: normal;
}

.font3    {
	color: #000000;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	font-style: bold;
}




.black12bold  {
	color: #000000;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	font-style: bold;
}

.black18bold  {
	color: #000000;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
}

.Red18bold  {
	color: Red;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
}

.black10bold  {
	color: #000000;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 6px;
	font-weight: bold;
}

.black10boldital  {
	color: #000000;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 10px;
	font-style: italic;
	font-weight: bold;
}

.red26boldital  {
	color: red;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 26px;
	font-style: italic;
	font-weight: bold;
}
.blue26boldital  {
	color: blue;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 26px;
	font-style: italic;
	font-weight: bold;
}

/* These are the base styles for Navigation */

.homebutton  {
	position: absolute;
	left: 50px
	top: 50px
	}

.newsbutton  {
	position: absolute;
	left: 150px
	top: 50px
	}

.aboutbutton  {
	position: absolute;
	left: 250px
	top: 50px
	}
