body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-left:0px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
}

a        { color:blue;    text-decoration:none; }
a:hover  { color:#FF6310; text-decoration:underline; }
a:active { color:blue; }

#titlebar { position:relative; width:100%; height:60px; background-repeat: repeat-x; }
.titlebar-home        { background-color:#3070d0; background-image: url(titlebar/bg-home.gif); }
.titlebar-aboutme     { background-color:#da681a; background-image: url(titlebar/bg-aboutme.gif); }
.titlebar-websites    { background-color:#f6da01; background-image: url(titlebar/bg-websites.gif); }
.titlebar-genealogy   { background-color:#99CC33; background-image: url(titlebar/bg-genealogy.gif); }
.titlebar-photos      { background-color:#8ca2d0; background-image: url(titlebar/bg-photos.gif); }
.titlebar-airfields   { background-color:#5aa913; background-image: url(titlebar/bg-airfields.gif); }
.titlebar-railways    { background-color:#cc4c75; background-image: url(titlebar/bg-railways.gif); }
.titlebar-battleships { background-color:#87b4eb; background-image: url(titlebar/bg-battleships.gif); }
.titlebar-contact     { background-color:#8b6dad; background-image: url(titlebar/bg-contact.gif); }
.title { font-size:16px; font-weight:bold; color:#FFFFFF; }
.clock { font-size:10px; font-weight:bold; color:#FFFFFF; padding-right:5px; }

#menubar { position:relative; width:100%; height:20px; background-color:#000000; }
#home        { background-color:#3070d0; width:56px; background-image:url(menu/curve-home.gif); }
#aboutme     { background-color:#da681a; width:84px; background-image:url(menu/curve-aboutme.gif); }
#websites    { background-color:#f6da01; width:82px; background-image:url(menu/curve-websites.gif); }
#genealogy   { background-color:#99CC33; width:91px; background-image:url(menu/curve-genealogy.gif); }
#photos      { background-color:#8ca2d0; width:66px; background-image:url(menu/curve-photos.gif); }
#airfields   { background-color:#5aa913; width:74px; background-image:url(menu/curve-airfields.gif); }
#railways    { background-color:#cc4c75; width:76px; background-image:url(menu/curve-railways.gif); }
#battleships { background-color:#87b4eb; width:96px; background-image:url(menu/curve-battleships.gif); }
#contact     { background-color:#8b6dad; width:72px; background-image:url(menu/curve-contact.gif); }

.menuitem {
	position:relative;
	float:left;
	height:20px;
	background-repeat:no-repeat;
	background-position:right;
	cursor:pointer;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
}

.menutext {
	position:relative;
	left:5px;
	top:2px;
}

.menutext a:link    { color: #FFFFFF; }
.menutext a:visited { color: #FFFFFF; }
.menutext a:hover   { color: #000000; text-decoration:none; }
.menutext a:active  { color: #000000; }

#fadebar {
	background-image:url(menu/fadebar.png);
	background-repeat:repeat-x;
	height:10px;
	width:100%;
}

.footmenu {
	font-size:10px;
	text-align:center;
}

#maindiv { margin-left:20px; margin-right:20px; }

.mysites-p1 { font:bold 13px "comic sans ms"; text-align:center; }

.google-td { text-align:center; font-size:12px; font-weight:bold; }

.airfields-f1  { font-size:10px; }
.airfields-td1 { font-size:12px; height:30px; width:200px; font-weight:bold; }
.airfields-td2 { font-size:10px; height:30px; text-align:center; color:#666666; }
.airfields-td3 { font-size:12px; height:30px; width:200px; font-weight:bold; text-align:center; }
.airfields-td4 { width:65px; font-weight:bold; }

.railways-td1 { font-size:12px; height:25px; width:200px; font-weight:bold; }
.railways-td2 { font-size:11px; height:25px; text-align:center; color:#666666; }
.railways-td3 { font-size:12px; height:25px; text-align:center; }

.photos-t1 {
	text-align:center;
	width:25%;
	height:130px;
	vertical-align:top;
	font-size:14px;
	font-weight:bold;
}
.photos-t2 {
	text-align:center;
	width:25%;
	height:120px;
	vertical-align:top;
}

.battleships-image { background-image: url(battle/back.gif); background-repeat: no-repeat; }
