/* CSS Document */

p {
    font-family: Verdana, sans-serif;
    font-size: small;
    color: #030303;
    padding: 3px;
}

.bold {
	font-family: Verdana, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #006600;
}

.navigation {
	font-family: Verdana, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: bold;
	color: #030303;
	text-decoration: none;
	background: #FFFF66;
	display: block;
	padding: 5px;
	width: 120px;
}


.navigation:hover {
	font-family: Verdana, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: bold;
	color: #030303;
	text-decoration: none;
	background: #CCFF66;
	display: block;
	padding: 5px;
	width: 120px;
}

.bigbold {
	font-family: Verdana, sans-serif;
	font-size: x-large;
	font-weight: bold;
	color: #006600;
}
.smallbold {
	font-family: Verdana, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #006600;
}
.smalltext {
	font-family: Verdana, sans-serif;
	font-size: small;
}
.footer_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #006600;
	text-align: center;
	font-weight: bold;
}
.color_pink {
	color: #FF0066;
}
.color_red {
	color: #FF0000;
}
.color_lightblue {
	color: #0099FF;
}
.color_purple {
	color: #CC00FF;
}
.color_blue {
	color: #3333FF;
}
.color_green {
	color: #009900;
}
.color_lavender {
	color: #6633CC;
}
.color_teal {
	color: #009999;
}
.bold_green {
	font-weight: bold;
	color: #009900;
}
.smaller {
	font-family: Verdana, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #006600;
}

