/* CSS Document */

#maintable {
    max-width: 800px;
}

.list {
    list-style-image: url("images/dot.png");
    padding-left: 20px;
}

.star {
    list-style-image: url("images/star.png");
}

.small {
    font-size: 90%;
}

.smaller {
    font-size: 80%;
}

.smallest {
    font-size: 70%;
}

.large {
    font-size: 110%;
}

.larger {
    font-size: 120%;
}

.largest {
    font-size: 130%;
}

html, body {
	margin: 0px;
	height: 100%;
}

.greenblue {
    background-color: #CADAD1;
}

.bluegreen {
    background-color: #CAD1DA;
}

.reddish {
    background-color: #DAA1AA;
}

body {
	background-color: #666666;
	font-family: Arial, Helvetica, sans-serif;
}

input, textarea {
	border: 0px;
}

h1 {
	margin: 0px;
    font-size: 120%;
	font-weight: bold;
}

p {
	margin-top: 0px;
	margin-bottom: 1.2em;
	line-height: 1.4em;
}

p.indented {
	text-indent: 25px;
}

a {
	text-decoration: none;
	color: #79734E; 
}

a.selected-menu-item {
	color: #FFFFFF;
}

a.plain {
    text-decoration: none;
	font-weight: bold;
    color: black;
}

a.plain:hover {
    text-decoration: underline;
}

