﻿<!--

body, p, h1, h2, h3, h4, h5, h6, table, td, th, ul, ol, textarea, input {
	padding: 0 3px 0 3px;
	font-family: arial, sans-serif;
	font-size: 100%;
	margin: 5px 0px 0px 5px;
}

.centered {
	text-align: center;
}

.header-logo {
	border: 0;
}

.content {
	margin: 10px;
	color: #000000;
}

.content a:link, .content a:visited, .content a:active {
	color: #0000FF;  <!-- This is the link color -->
	text-decoration: none;
}

.content a:hover, .content a:visited:hover, .content a:active:hover {
	text-decoration: underline;
}

h1.content {
	font-size: 200%;
	font-weight: bold;
	line-height: 220%;
}

h2.content {
	font-size: 150%;
	font-weight: bold;
}

img.bordered {
	border: 2px solid #9900CC;
}

img.floatright {
	float: right;
}

img.floatleft {
	float: left;
}

.nav-crown {
	border: 0px;
}

.nav-link {
	border: 0px;
}

.nav-affiliate {
	border: 1px solid #000000;
}

.copyright {
	color: #FFFFFF;
	font-size: 80%;
	text-align: center;
	padding: 5px 0;
}

.copyright a:link, .copyright a:visited, .copyright a:active {
	color: #FFFFFF;
	text-decoration: underline;
}

.copyright a:hover, .copyright a:visited:hover, .copyright a:active:hover {
	// No effects
}

/*
	Kids Page
*/

.kidsimage {
	border: 1 solid #000;
}


/*
	Guestbook Tags
	

.guestbookEm {
	color: #F00;
}

.guestbookSignContainer {
	border: 1px solid #9900CC;
}

.guestbookForm {
	width: 400px;
	margin-bottom: 5px;
	font-size: 80%;
}

TD.guestbookLabel {
	font-size: 120%;
	font-weight: bold;
	width: 100px;
	vertical-align: top;
}

.guestbookInput {
	font-size: 90%;
	width: 250px;
	margin-bottom: 2px;
	margin-left: 5px;
}

.guestbookInputSmall {
	font-size: 90%;
	width: 50px;
	margin-bottom: 2px;
	margin-left: 5px;
}

.guestbookTextarea {
	font-size: 90%;
	margin-bottom: 5px;
}

.guestbookSubmit {
	text-align: center;
}

.guestbookEntryTable {
	border: 1px solid #9900CC;
}

.guestbookEntryLabel {
	font-size: 100%;
	font-weight: bold;
	width: 125px;
}

.guestbookEntryText {
	font-size: 90%;
}

.guestbookSpacer {
	height: 20px;
}
*/

//-->