body {
 background-color: #ededed;
 margin-left: 5px;
 margin-right: 0px;
 margin-top: 5px;
 font-size: 12px;
 font-family: verdana,georgia,sans-serif;
}

a:link {
 color: #333399;
 font-size: 12px;
 font-weight: bold;
 text-decoration: underline;
}

a:visited {
 color: #333399;
 font-size: 12px;
 font-weight: bold;
 text-decoration: underline;
}

a:active {
 color: #333399;
 font-size: 12px;
 font-weight: bold;
 text-decoration: underline;
}

a:hover {
 color: #999999;
 font-size: 12px;
 font-weight: bold;
 text-decoration: none;
}

.rightstyle
{
 border-color: #444444;
 border-bottom: 0px;
 border-top: 0px;
 border-left: 1px;
 border-right: 0px;
 border-style: solid;
}
.inabox
{
border-bottom: 1px;
border-top: 1px;
border-left: 1px;
border-right: 1px;
border-style: solid;
border-color: #04315F;
}

.boxed
{
border-bottom: 1px;
border-top: 1px;
border-left: 1px;
border-right: 1px;
border-style: solid;
border-color: #04315F;
}

.boxedright
{
border-bottom: 0px;
border-top: 0px;
border-left: 1px;
border-right: 0px;
border-style: solid;
border-color: #04315F;
}

.boxedleft
{
border-bottom: 0px;
border-top: 0px;
border-left: 0px;
border-right: 1px;
border-style: solid;
border-color: #04315F;
}

/*---  Paragraph formatting in weblog entries ---*/

p {
 font-family: verdana,georgia,sans-serif;
 font-size:   12px;
 color:       #222222;
 margin-top: 2px;
 margin-bottom: 2px;
 font-weight: normal;
 text-align:  left;
}

/* blockquote { font-size: 12px; } */