/* 
Date:  19 Dec 2004
Author: Steve Aze
Purpose: CSS for www.aze.org.uk/digifly  (my digifly vario manual)
Revision History:
	1.01  Created
*/

body {
	font-family: "Arial", "Helvetica", "sans serif";
	color: black;
	background-color: white;
	margin: 40px;
}

img.textal {
	vertical-align: text-bottom;
}

A { 
	text-decoration: none;
	color: #6600FF;
}

A:hover {
	text-decoration: underline;
	color: #CC00CC;
}

A:visited  {
	color: #663399;
}

A.graylink {
	font-size: x-small;
	text-align: center;
	color: gray;
}

A.graylink:visited {
	color: gray;
}

.indent30 {
	margin-left: 30px;
}

.outdent30 {
	margin-left: -30px;
}

.withborder {
	border-width: thin;
	border-color: gray;
}

.small {
	font-size: x-small;
}

.hang { 
	text-indent: -26px; 
	margin-left: 30px; 
}

p.redwarning {
	color: red;
}
	
p.tiddly {
	font-size: x-small;
	text-align: center;
}

p.tiddlygray {
	font-size: x-small;
	text-align: center;
	color: gray;
}

.small-leading {
	margin: 10px;
}

ul {
	margin-top: 0.5em;
}

.indent60 {
	margin-left: 60px;
}

li {
	margin-top: 1em;
}

.pastel1 {
	background-color: #CCCCFF;
}

.pastel2 {
	background-color: #FFFFCC;
}

.pastel3 {
	background-color: #99FFFF;
}

.pastel4 {
	background-color: #CCFFCC;
}

.pastel5{
	background-color: #FFCCCC;
}

.pastel6 {
	background-color: #99FFCC;
}

.wob {
	color: white;
	font-weight: bold;
	background-color: black;
}

TD.sub {
	width: 6em;
}

.withborder {
	border-style: solid;
	border-width: 1px;
	border-color: black;
	padding: 10px;
	width: 260px;

}


