<!--
	Title: my page
	Author: Keesha Abernathy
	Purpose:Super css.
	Create:11.22.12
	Last Modified: 11.28.12
	Last Modified By: K.K.A.
	Modification History:
	-->
body {
  font-family:     Verdana, Arial, sans-serif;
  font-size:       small;
  font-color:		white;
  background-color: gray;
}
h1 {
  font-weight:     normal;
  color:           black;
  border-bottom:   thin solid yellow;
}
p2 {
	font-family:     Verdana, Geneva, Arial, sans-serif;
	font-size:       medium;
	font-color:		yellow;
}
table {
background-color:yellow;
margin-left: 20px;
margin-right: 20px;
border: thin solid black;
caption-side: bottom;
border-collapse: collapse
}
menu {
background-color: turquoise;
font-color: yellow;
font-family: Verdana, Geneva, Arial, sans-serif;
font-size: medium;
}
#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
position: absolute;
top:130px;
left:0px;
}

#navcontainer a
{
padding: 3px;
width: 160px;
background-color: #036;
}

#navcontainer a:link, #navlist a:visited
{
color: #EEE;
text-decoration: none;
}

#navcontainer a:
{
background-color: #369;
color: #fff;
}
body {
background-color:#b0c4de;
}



