
A:link
{
	color: rgb(174,224,255);
}

A:visited
{
	color: rgb(174,224,255);
}

A:hover
{
	color: rgb(255,0,255);
}


BODY
{
	font-family: helvetica,arial,sans-serif;
        color: white;
        background-color: rgb(17,50,71);
}

.side
{
	#background-color: rgb(47,137,193);
	background-color: rgb(36,105,148);
}

TR
{
	vertical-align: top;
}

#logo
{
	text-align: center;
	background: rgb(63,181,255);
}

.menu
{
	background-color: rgb(17,50,71);
        vertical-align: center;
        text-align: left;
}

.buc
{
	font-size: xx-large;
        font-weight: bold;
        font-family: helvetica,arial,sans-serif;
        color: rgb(255,255,255);
}

SPAN.index
{
	font-size: 60%;
        vertical-align: super;
}

SPAN.note
{
	font-size: smaller;
}

h2
{
	background: rgb(63,181,255);
        color: rgb(17,50,71);
}

