/* links on all pages */
a{ text-decoration: none;
	color: blue }
a:hover{ color: #0066FF	}

/* Every Page Info */
body{ padding: 2px 2px 2px 2px }
p{ margin: 0px 0px 0px 0px }
p.about{ font-size: 175%;
	text-align: center;
	width: 75%; }
p.contact{ font-size: 200% }


/* Title Information */
#title{ font-size: 175%;
	text-align: center;
	margin: 0px;
	padding: 3px 5px 3px 5px;
	background-color: blue;
	color: black;
	left: 5px;
	right: 5px;
	position: absolute; }

/* Navigation Tags */
#nav{ font-size: 100%;
	background-color: black;
	color: blue;
	position: absolute;
	top: 55px;
	left: 5px;
	right: 5px;
	border: solid 1px blue;
	padding: 5px;
	text-align: center; }

/* Content Stuff */
#content{ padding: 5px 5px 5px 5px;
	overflow: auto;
	background-color: black;
	color: green;
	position: absolute;
	top: 90px;
	right: 5px;
	bottom: 40px;
	left: 5px;
	border: solid 1px blue;
	border-top: none; }

/* Copyright Bar */
#copyright{	font-size: 75%;
	margin: -1px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	background-color: blue;
	color: black;
	position: absolute;
	left: 5px;
	bottom: 15px;
	right: 5px; }
#copyright a{ color: red }
#copyright a:hover{ color: green }

/* News on Index Page */
#news{ font-size: 100%;
	font-family: "Comic Sans MS", "Times New Roman", Arial;
	color: red }
#news a{ color: black;
	text-decoration: none }
#news a:hover{ color: black;
	text-decoration: none }
#news h1{ font-size: 105%;
	margin: 25px 0px 0px 10px;
	text-decoration: underline;
	text-transform: uppercase }
#news p{ margin-left: 12px }

/* Image Styles */
img{ padding: 5px;
	float: left;
	margin: 5px;
	border: none }
img.self{ float: right;
	margin-left: 10px;
	margin-bottom: 0px }
img.center{ text-align: center;
	float: none }
img.valid{ padding: 0px;
	height: 31px;
	width: 88px }

/* Honeymoon page tags */
#hm{ text-align: center; }
#hm img{ padding: 2px;
	border: groove gray thin;
	height: 384px;
	width: 512px; }
#hm h1{ text-decoration:underline; }

/* Other tags */
h1{ margin: 0px }
h2{ font-size: 125%;
	margin: 0px;
	padding: 0px;
	text-decoration: underline }
ul{ margin: 0px;
	list-style-type: none }
li{ margin: 0px }

/* Stylesheet used on jonasabrams.net */