/*
181-format.css

David Abbott
for 181 Squadron ATC
November 2006

Contains format elements,
	e.g. fonts, colours, borders, alignment
Does not contain layout elements,
	e.g. margins, padding, positioning, size
*/

body
{
	color: #000000;
	background: #ffffff;
	background-image: url(../images/crests_atc.gif);
	background-repeat: no-repeat;
	background-attachment: fixed;
	text-align: justify;
	font-family: Verdana, Arial, sans-serif;
}

h1
{
	font-size: 1.33em;
	padding-top: 0.5em;
	text-align: center;
}

h2
{
	font-size: 1.00em;
	padding-top: 0.5em;
	font-weight: bold;
	text-align: center;
}

h3
{
	font-size: 1.00em;
	font-weight: bold;
}

.sidebar
{
	border: 1px dashed #dd0000;
}

p.small, .sidebar
{
	font-size: 0.7em;
}

img
{
	border: none;
}

td
{
	text-align: left;
}

td.acp
{
	color: #ffffff;
	background: #dd0000;
	font-weight: bold;
}

td.chapter
{
	color: #ffffff;
	background: #999966;
}

a:link
{
	color: #dd0000;
	font-weight: bold;
	text-decoration: none;
} 

a:visited
{
	color: #dd0000;
	font-weight: bold;
	text-decoration: none;
}
 
a:active
{
	color: #999966;
	font-weight: bold;
	text-decoration: none;
} 

a:hover
{
	color: #999966;
	font-weight: bold;
	text-decoration: none;
}

