<head>
<link rel="stylesheet" type="text/css"
href="byway.css" />
</head>

body 
{
background-color: #FFE4AE;
color: black;
margin-left: 10px;
margin-right: 10px;
}

p
{
	margin-left: 10px;
	margin-right: 10px;
	font-family: century gothic;
	color: black;
	text-align: left;
	font-size: 10px;
}

p.top
{
	margin-top: 0px;
	margin-left: 10px;
	margin-right: 10px;
	font-family: century gothic;
	color: black;
	text-align: left;
	font-size: 10px;
}

p.italic
{
	font-family: century gothic;
	font-style: italic;
	text-align: center;
	font-size: 10px;
}

h1
{
margin-left: 10px;
font-family: "Century Gothic";
font-size: xx-large;
font-weight: bold
}

h2
{
margin-left: 10px;
font-family: Century Gothic;
font-size: x-large;
font-weight: bold;
}

h3
{
margin-left: 10px;
font-family: Century Gothic;
font-size: large;
font-weight: bold;
}

caption
{font-family: Century Gothic;
font-style: italic;
text-align: center;
}

p.credit
{font-family: Century Gothic;
font-style: italic;
font-size:small;
text-align: right;
}

a:link {color: #FFFFFF; text-decoration: none; text-align: left;}     /* unvisited link */
a:visited {color: #FFFFFF; text-decoration: none; text-align: left;}  /* visited link */
a:hover {color: #FF9900; text-align: left;}   /* mouse over link */
a:active {color: #FFFFFF;  text-align: left; text-decoration: none}   /* selected link */

a.two:link {color:  #0000FF; text-decoration: none}
a.two:visited {color:  #0000FF; text-decoration: none}
a.two:hover {color: #ff9900}
a:two:active {color: #0000FF; text-decoration: none}

#dropmenudiv{
	position:absolute;
	background-color: #002649;
	border:2px white;
	border-bottom-width: 0;
	font:normal 12px Century Gothic;
	line-height:14px;
	z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px white;
padding: 1px 0;
text-decoration: none;
font-weight: normal;
}

#dropmenudiv a:hover{
	background-color: #CC6600;
	color: #FFffff;
}

/* Sample CSS definition for the example list. Remove if desired */
.navlist li {
list-style-type: square;
width: 135px;
background-color: #FFFFB9;
}
