* {
font-family:verdana,sans-serif;
font-size :14pt;
}
body {
width :100%;

background:#f8f8f8;
border :1px solid #888;
}
html {
background:#fff
}
img {
border :1px solid black;
margin-right :15px;
-moz-box-shadow :2px 2px 2px #888;
-webkit-box-shadow:2px 2px 2px #888;
box-shadow :2px 2px 2px #888;
}
li a, .button {
text-decoration:none;
}
li a {
	color: black;
}
li a:hover, .button:hover {
color:blue;
}
.appname {
text-align :center;
background :#eb8;
color :#40d;
font-family:helvetica;
font-size :20pt;
padding :4px;
}
.fieldname {
float:left;
width:120px;
}
.main a {
width : 100%;
color: black;
}
.info {
background :lightgreen;
color :blue;
border :1px solid green;
padding :5px 10px;
margin-left:40px;
}
.menu li, .button {
display :inline;
padding :4px 6px;
border :1px solid #777;
background :darkred;
color :#d04;
margin-right :8px;
border-radius :5px;
-moz-box-shadow :2px 2px 2px #888;
-webkit-box-shadow:2px 2px 2px #888;
box-shadow :2px 2px 2px #888;

}
.subhead {
font-weight:bold;
}
.taken, .error {
color:red;
}
.available {
color:green;
}
.whisper {
font-style:italic;
color :#006600;
}
#logo {
font-family:Georgia;
font-weight:bold;
font-style :italic;
font-size :97px;
}

.booger {
font-family:Comic Sans;
font-weight: bold;
font-size:50px;
color:white;
font-style :italic;
text-shadow:white;
}

.srch {
	color="blue";
	font-size:10px;
	font-weight:bold;
}

.copy {
	font-size:8px;
	font-weight:bold;
	font-style:italic;	
}