
ul {
	text-align : left;
}

BODY {
	background-color : white;
	font-family : "Arial";
}
/* 
   #4777E5; - med blue 
   #FFFFE0; - yellow
   #FFCCFF; - pink
   #CCFFFF; - baby blue

   

*/

H1 {
	font-family : "Arial";
	font-size : medium;
	color : #4777E5;
	text-align : left;
}

H2 {
	font-family : "Trebuchet MS";
	color : #4777E5;
	font-size : medium;
	font-weight : normal;
	text-align : center;
}

H3 {
	font-family : "Comic Sans MS";
	color : Black;
	font-size : small;
	font-weight : normal;
}


.traveldate {
	text-align : right;
	color : Blue;
	font-weight : bold;	

}

.traveltext {
	text-align : left;
	color : Black;
	font-family : "Trebuchet MS";
	text-indent : 25px;
}

.footer{
	font-size : small;
	font-family : Arial;
	color : Navy;
	font-style : italic;
	vertical-align : bottom;
	text-align : center;
}

.bigfooter{
	font-size : medium;
	font-family : Arial;
	color : Navy;
	font-style : bold;
	vertical-align : bottom;
	text-align : center;
}

.tablebutton{
	text-align : center;
	color : Navy;
	font-size : small;
	font-weight : bold;
	width: 30%;
	border-right-color : Purple;
	border-bottom-color : Purple;
	border-bottom-width : medium;
	border-right-width : medium;
	border-left-color : Purple;
	border-top-color : Purple;
}

.thumb{
	height : 200;
	border : 0;
}

.date{
	text-align : left;
	color: #5003A7;
	font-weight : bold;	
}	
.caption{
	text-align : center;
	color: darkblue;
	font-size : small;
	font-weight : bold;
}

.topnav{
	text-align : right;
	color: white;
	font-size : small;
}

.winner{
	color: white;
	font-weight : bold;
	background : #5a0bb4;
}

A:link, A:active { color: red }

A:visited { font-style: oblique; color: #5003A7 }

A:hover {  color: #B82F37 }

#sidebar {
	float:right;
	width:125px;
	padding:8px;
	margin:0px 0px 8px -218px;
	border:1px solid #00F;
}