body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12pt; 
}
/* header */
#header p {text-align: center;}
#header p.title {font-weight: 700; font-size: 32pt;}
#header p.subtitle {
  font-weight: 400;
  font-size: 16pt;
  font-style: italic;
}

/* Navbar */
#navbar a, #footer a {
  border-bottom: 1px dotted blue;
  text-decoration: none;
  color: blue;
  font-weight: 700;
}
#navbar a:hover, #footer a:hover  {
  border-bottom: 1px solid blue;
  text-decoration: none;
}
#navbar ul {
	margin-left: 10px;
	padding-left: 0;
	display: inline;
} 

#navbar ul li {
	margin-left: 0;
	padding: 3px 4px;
	list-style: none;
	display: inline;
}

/* Body */
#bodyWrap {width: 800px; margin: 8px auto;}

/* Footer */
#footer p {text-align: center;}

/* Rounded Boxes */
.headingbox {
	background: #61C5E2; /*#C6D9EA;*/
	width: 800px;
	margin: 0px auto;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #000033;
}
.headingbox p {margin: 3px 12px;}
.rndtop {background: url(blue-tr.png) no-repeat right top;}
.rndbottom {background: url(blue-br.png) no-repeat right top;}

/* Miscellaneous */
.spacer {font-size: 1px; height: 8px;}
#terms {font-size: 60%; clear: right;}

input.btn {
  color:green;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font: 18pt bold;
  background-color: rgb(224,255,255);
  border:1px solid;
  border-color: #696 #363 #363 #696;
}
input.urlbox {width: 90%; font-size: 24pt; margin: auto;}
#submitform {
width: 500px;
background-color: rgb(96,226,189);
}
#submitform p {
margin: 5px auto;
font-size: 14pt;
}
#usage {margin:0px auto;}
.standout {
/*border-bottom: 1px dotted blue;*/
font-style: italic;
}
.center {text-align: center;}
.bluelink {color: blue;}
#error {
width: 500px;
margin: auto;
/*background-color: white;*/
background-color: rgb(255,84,60);
font-size: 12pt;
color: white;
}
#error p , #success p, #otherpage p{text-align: center;}

#success {
width: 500px;
margin: 25px auto;
font-size: 12pt;
}

#error li {margin: 8px 20px;}
.clipLink a {
cursor:hand;
text-decoration: underline;
}
.clipLink {color: white;}
.drag {cursor: move;}
.small {font-size: 75%;}
#otherpage p {font-size: 12pt; text-align: left; margin-top: 10px; margin-bottom: 10px;}
#otherpage {margin: 30px auto;}
