body { 
	background-color:	white;
	color:  			rgb(47,79,79);
    font-size:          80%;
    font-family:        sans-serif;
}

.content {
}

input {
    background-color:   rgb(238,238,209);
}

textarea {
    background-color:   rgb(238,238,209);
}

.copyright {
    font-size:          smaller;
    margin-top:         20px;
}

.floatright {
    display:            block;
    float:              right;
}

.banner {
    width:				800px;
/*    position:           fixed; */
}

a { text-decoration: none }

a:link { color: darkRed }
a:visited { color: darkRed }
a:active { color: green }
a:hover { color: blue }
