A  {
        color : Olive;
        text-decoration : none;
}

A:Visited  {
        color : Olive;
        text-decoration : none;
}

A:Active  {
        color : Blue;
}

A:Hover  {
        text-decoration : underline;
        color : blue;
}



.text  {
        font-size : small;
        font-weight : normal;
        font-style : normal;
        color : Black;
}

.quot  {
        font-size : small;
        font-family : monospace;
        font-weight : normal;
        font-style : normal;
        color : Black;
}

.note  {
        font-size : medium;
        font-weight : bold;
        font-style : normal;
}

.comment  {
        font-size : x-small;
        font-weight : normal;
        font-style : italic;
}

DIV {
	margin-top : 5px;
	margin-bottom : 5px;
	font-family : sans-serif;
	font-size : small;
	line-height : 150%;
}

BODY  {
        font-family : sans-serif;
        font-size : small;
        background-image : url(images/bgnd.jpg);
		line-height : 150%;
}

.dark  {
        background-color : #D2D2D2;
        border-style : ridge;
        text-align : justify;
}

.light  {
        background-color : #F3F3F3;
        border-style : ridge;
        text-align : justify;
}
.navigation  {
         text-align : left;
         color : Navy;
		border-top-style : solid;
		border-top-width : thin;
		border-bottom-style : solid;
		border-bottom-width : thin;
		border-color : Silver;
		margin-top : 5px;
		margin-bottom : 5px;
}

#red  {
        color : Red;
}

.bignote  {
        font-size : large;
        font-weight : normal;
        font-style : normal;
}

.smallnote  {
        font-size : x-small;
        font-weight : normal;
        font-style : normal;
}
.warning {
	border : thin;
	border-color : Red;
	border-style : solid;
	color : Red;
	font-size : medium;
	text-align : center;
	font-style : italic;
	margin-top : 100px;
	width : 300px;
	margin-bottom : 100px;
}
.menuframe {
	border-right-color : Silver;
	border-right-style : solid;
	border-right-width : thin;
}

