a:link.footer
{
color: white;
}

a:hover.footer
{ color: #FF0000;background-color:#800080 }

a:link
{
	color: #0000FF;
}

a:link.ext
{
	color: #990000;
}

a:visited
{
	color: #008080; 
} 
a:active 
{
	color: rgb(255,51,0);
}
a:hover
{
color: #FF0000;
background-color: yellow;
}
a:hover.ext
{
color: #FFFFFF;
background-color: #FF0000;
}
a:hover.mail
{
color: blue;
background-color: #C0C0CC;
}
div.box
{
padding:4; border:2px solid #FF0000;
text-align: justify;
background-color: #FFFF99;font-size:12pt; font-family:Tahoma
}

img {border: none;}

body {
font-family: "Tahoma,Arial,sans";
}

div.diary
{
padding: 10px;
border:2px solid #800000; background-color: #CCCCFF;font-size:12pt; font-family:Tahoma;
}

select, option {
border-style:solid; border-width:1;
font-family: "verdana,arial";
font-size: 10pt;
}

#heading {
position: absolute;
background: #333399 no-repeat;
top:0;
left:0;
height: 130px;
width: 100%;
border-bottom: 3px solid #0000FF; 
}