/* This CSS file should be used as follows:

   For use on the Current Team Pages
   In the <head> section:
   <link rel="stylesheet" type="text/css"
    href="/nw01.css" />
*/

body {
background-color:white;
}

/* round the whole body to frame it */
div.container
{
width:80%;
margin:20px;
border:0px;
font-family: sans-serif;
color: black;

}

/* Just the Football teams Title */
h1
{
padding:0;
margin:0;
border-top:3px solid;
color: purple;
width:75%;
font-family: times;

}

h2,h3,h4
{
	text-decoration:overline;
	color:purple;
        padding:20pcx;
}



hr
{
	clear:left;
	width:70%;
	color: purple;
}

p
{
	margin-left: 20px;
}



ul {
     list-style-type: disc;
}

div.menu ul
{
float:left;
width:100%;
padding:0;
margin:0;
list-style-type: none;
}

div.menu a
{
float:left;
width:6em;
text-decoration:none;
color:white;
background-color:purple;
padding:0.2em 0.6em;
border-right:1px solid white;
}

div.menu a:hover {background-color:#ff3300}

/* Essential for the menus */
div.menu li{display:inline}

/* There has been widespread use of this type of header */
p#blackheader { font-variant: small-caps; text-align: center; font-weight: bold; font-size: 1.75em ; font-color: black: font-face: Ariel }
