body {
	background-color: ffffdd}

h1 { color: #aa88aa}

a { padding: 0px; border:0px; }

a:link {color: #AA0000; text-decoration: none}     /* unvisited link */

a:visited {color: #AA0000; text-decoration: none}  /* visited link */

a:hover {font-size:110%; color: #DD0000; text-decoration: none}   /* mouse over link */

a:active {color: #AA0000; text-decoration: none}   /* selected link */ 

div.content {
width: 750px;
}

.floatright
{
float: right;
width: 103px;
margin: 0 0 10px 10px;
background-color: #fff;
padding: 10px;
border-top: 1px solid #999;
border-right: 2px solid #555;
border-bottom: 2px solid #555;
border-left: 1px solid #999;
}

div.floatright img
{
border-top: 2px solid #555;
border-right: 1px solid #999;
border-bottom: 1px solid #999;
border-left: 2px solid #555;
}

p { margin-top: 0; }
