<style type="text/css">


.hovermenu ul
{
font: bold 20px arial;
padding-left: 0;
margin-left: 0;
height: 20px;
}

.hovermenu ul li
{
list-style: none;
display: inline;
}

.hovermenu ul li a
{
padding: 5px 0.5em;
text-decoration: none;
float: center;
color: Red;
background-color: Black;
border: 0px solid #FFF2BF;
}

.hovermenu ul li a:hover
{
background-color: Red;
color: Black;
border-style: outset;
}

html>body .hovermenu ul li a:active
{ /* Apply mousedown effect only to NON IE browsers */
border-style: inset;
}

body
{
color: Red;
}

.shows
{
width: 80%; 
margin-left: 14%; 
margin-right: auto;
}

p
	{
	font-size: 20px;
	}


</style>