﻿/** Style sheet, mystyle.css.
      Fairly simple one-column layout
**/

#container {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}

#header {
	height: 15px;
	width: 850px;
	background-color: #FFFFFF;
}

#footer {
        background-color: #000000;
        width: 750px;
        margin-right: auto;
	margin-left: auto;
        padding: 10px;
	font-family: Monotype Corsiva;
        text-align: center;
	font-size: 10px;
	font-weight: bold;
}

body {background-color: #000000; }

h1 {
	font-family: Monotype Corsiva;
	font-size: 45pt;
	font-weight: bold;
	color: 000000;
	line-height: 24px;
        margin: 10px 14px 0 14px;
}

h2 {
	font-family:Monotype Corsiva;
	font-size: 25pt;
	font-weight: bold;
	color: CC3399;
	line-height: 20px;
        margin: 10px 14px 0 14px;
}

h3 {
	font-family: Monotype Corsiva;
	font-size: 16pt;
	font-weight: bolder;
	color: #000000;
	line-height: 20px;
        margin: 10px 14px 10px 14px;
}

p {
	font-family: "comic sans ms";
	font-size: 12pt;
	line-height: 11pt;
        margin: 10px 14px 0 14px;
}

li {
        font-family: "comic sans ms";
        font-size: 11pt;
   }

a {
	color: #E82525;
	font-weight: bold;
	text-decoration: underline;
}

a:visited {
	color: #A0522D;
	text-decoration: underline;
	font-weight : bold;
}

a:hover {
	color: #901BBE;
	text-decoration: none;
}


#nav {
font-family: Verdana, Arial, sans-serif;
font-size: small;
padding:5px;
margin-left:0px;
color:#fff; 
border-bottom: 0px solid #6F8C8F; 
}

#nav a { 
color:#fff;
text-decoration:none;
}
#nav a:hover {
text-decoration:underline;
}


.smalltext {
	font-family: Monotype Corsiva;
	font-size: 20pt;
	padding: 3px 0;
        margin: 3px 0;
	line-height: 12pt
}
