body {
	background-color: #000000;
	font-family: courier gothic, arial, helvetica, sans-serif;
	color:#ffffff;
	text-decoration: none;
}

.navlinks {
	font-size: 14px;
	text-decoration: none;
} 

a:visited {
	color: #cccccc;
	text-decoration: underline;
}

a:link {
	color: #ffffff;
	text-decoration: underline;
}

a:hover {
	color: #0033ff;
	text-decoration: underline;
}

.fp {
	font-size: 11px;
	color: #333333;
}

h1 {
	font-size: 24px;
	text-align:center;
}  /* used on hv success page */

h2 {
	font-weight: bold;
} 

h3 {
	font-weight: bold;
	text-align:center;
}

h4 {
	font-size:14px;
	font-weight: bold;
	font-style:italic;
	text-align:center;
}

h5 {
	font-size: 16px;
	font-weight: bold;
}  /* used on links page */

.answers {
	font-size: 14px;
}  /* used on 'aikido' page for FAQ answers */

.carbon {
	color:#00cc66;
}

.carbon-head {
	font-size:24px;
	color:#00cc66;
	font-weight: bold;
	text-align:center;
}

.dojos {
    color: #ff0000;
	font-weight: bold;
}  /* used on 'events' page to color dojo links red */

.events {
    color: #000000;
	font-weight: bold;
}  /* used on 'events' page to darken month/date against gray background */

.glossary-head {
	font-size: 18px;
	font-weight: bold;
}  /* used for sub-headings on glossary page */

.hvborder {
	border-style:solid;
	border-color:#ffffff;
	border-width: thin;
}

.large-link {
    font-size: 18px;
    font-weight:bold;
}  /* used on home page for special offer link */

.notes {
    text-align:center;
	font-size:13px;
}  /* used on 'schedule' for notations */

.questions {
	font-size: 16px;
	font-weight: bold;
	font-style:italic;
}  /* used on 'aikido' page for FAQ questions */

.special {
	color: #CC3300;
	font-weight: bold;
}  /* used on aikido page to make link to special page red */

.special-offer {
	color: #CC3300;
	font-weight: bold;
	font-size: 24px;
	text-align:center;
}  /* used on special offer page for title in red */

.strong-head {
	font-size: 16px;
	font-weight:bold;
}  /* bold link used on links page */

.success {
	font-size: 14px;
	font-weight: bold;
	font-style:italic;
	text-align:center;
}  /* used on 'success' page to return to the main page */

.update {
    font-family: courier gothic, arial, helvetica, sans-serif;
    color: #ffffff;
	font-weight: bold;
	font-size: 9px;
}  /* used on all pages for update/copyright information at bottom */

.y { background-color: #cccc99; }
.table { background-color: #cccccc; }
.white { color: #ffffff; }
.note { color: #990033; }

.schedule {
	border-color: #cccccc;
	white-space: nowrap;
}

.alert {
	font-size: 3.5 em;
	font-style: bold;
	color: #990000;
	background-color: #ffffcc;
	text-align: center;
	padding-right: 10%;
}

.moving {
	margin-left: 10%;
	margin-right: 10%;
	text-align: justify;
	font-size: 1.7 em;
}

