ul
{
align:left;
width:100%;
padding:0;
margin:0;
list-style-type:none;
}
a
{
align:left;
width:6em;
height:2em;
text-decoration:none;
font-family: helvetica;
color:darkblue;
padding:0.3em 0.2em;
target: _top;

}
code{
background-color:green;
border-style:dashed;
padding:10px 10px;
font-family: courier;
position:relative;
left:20px;
}
p
{
background-color:white;
font-family: helvetica;
font-weight: lighter;
color: black;

}
a:hover {
color:black;
border-style: solid solid solid solid;
	border-color: black black black black;
}

