/* Common style sheet for all OCH3 site pages */

body {
	background: #FFFFFF;
}

a:link {
	color: #000066;
}

a:active {
	color: #0000FF;
}

a:visited {
	color: #006600;
}

p, td, li {
	font-family: arial, helvetica, sans serif;
	font-size: 10pt;
	color: #000000;
}

p.gallery {
	color: #9370DB;
	font-weight: bold;
}

/* Strapline is dark blue text on a cobalt background, used
for displaying slogan */

p.strapline {
	font-family: comic sans ms;
	font-size: 14pt;
	font-style: italic;
	text-align: center;
	background: #72A6C4;
	color: #1204A6;
}

/* Announce - large text inside a box, used for news or
display messages */
td p.announce {
	font-family: comic sans ms;
	font-size: 12pt;
}

/* Linkline - used for rows of web links */
p.linkline {
	font-family: comic sans ms;
	text-align: center;
}

/* Bottomline - used for "last updated" etc. */
p.bottomline {
	font-family: comic sans ms;
}

/* 12pt blue text */
td p.bluetext {
	font-size: 12pt;
	font-weight: bold;
	color: #000066;
}

/* Tables for displaying lists - yellow background */
td p.medtableyellow {
	font-family: comic sans ms;
	font-size: 10pt;
	color: #0000FF;
}

td p.smalltableyellow {
	font-size: 8pt; vertical-align: top; background-color: #FFFFCC;
}

/* Table displaying list - italic brown on white 
(used for hash kit prices) */
td p.tablebrown {
	color: brown;
	font-style: italic;
}

/* Heading styles */
h1 {
	font-family: arial, helvetica, sans serif;
	font-size: 16pt;
	font-weight: bold;
	color: #000066;
}

h2 {
	font: arial 12pt;
	font-family: arial, helvetica, sans serif;
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
}

/* Different styles for Sunday and Monday on runlist */
td.Sunday
{
	background-color: red;
}
td.Saturday
{
	background-color: yellow;
}
td.Monday
{
	background-color: green;
}
