/* CSS Document */

p{
	font-family: Candara;
	font-size: 16px;
	color:#333333;
	line-height: 18px;
	padding: 3px;
}

.bold{
	font-family: Candara;
	font-size: 11px;
	color:#333333;
	line-height: 18px;
	font-weight: bold
}

.navigation{
	font-family: Candara;
	font-size: x-large;
	font-style: normal;
	line-height: normal;
	font-weight: lighter;
	font-variant: normal;
	color: #666666;
	border: 3px double #FFFFCC;
	background-color: #CCCC99;
	padding: 3px;
}

.navigation:hover{
	font-family: Candara;
	font-size: x-large;
	font-style: normal;
	line-height: normal;
	font-weight: lighter;
	font-variant: normal;
	color: #666666;
	border: 3px double #FFFFCC;
	background-color: #999966;
	padding: 3px;
}

.names{	font-family: Candara;
	font-size: x-large;
	font-style:oblique;
	line-height: normal;
	font-weight: lighter;
	font-variant: normal;
	color: #FFFFCC;
	border: 3px double #FFFFCC;
	background-color: #999966;
	padding: 3px;
}

.header{	font-family: Candara;
	font-size: x-large;
	font-style:oblique;
	line-height: normal;
	font-weight: lighter;
	font-variant: normal;
	color: #FFFFCC;
	padding: 3px;
	}
.h1{	font-family: Candara;
	font-size: 18;
	font-style:bold;
	line-height: normal;
	color: #FFFFCC;
	}
