body {background-color: white}

p
{font-family: arial;
font-size:100%
/* font-weight: bold */
}
p.hide{visibility:hidden}
img.right
{
float:right;
}

img.left
{
float:left;
}

ul
{
font-family:times;
float:left;
width:100%;
padding:0;
margin:0;
list-style-type:none;
}

a.buttons
{
float:none;
width:6em;
text-decoration:none;
color:white;
background-color:purple;
padding:0.2em 0.6em;
border-right:1px solid white;
}

a.buttons:hover {background-color:red}
li {display:inline}