/* sabrina.css
   The inimitable (har) style of me.

   Available classes are:
   body.main
   body
   a{,:(visited|active|hover)}
   header
   centerpiece
   left-column
   right-column

$Revision: $

*/

body.main {
	background: #cccccc;
	color: #000000;
	font-family: monaco, monospace;
	font-weight: normal;
	}
body {
	background-image: url('images/cardbg.png');
	background-color: white; 
	font-family: monaco, monospace;
	font-weight: normal;
	color: #000000;
	font-size: 10pt;
	}

A { 
	font-family: monaco, monospace;
	font-weight: bold; 
	color: #006633;
	text-decoration: none;
	}
A:Active {
	font-family: monaco, monospace;
	font-weight: bold;
	color: #006633;
	text-decoration: underline; 
	}
A:Visited {
	font-family: monaco, monospace;
	font-weight: bold;
	color: #006633;
	text-decoration: none; 
	}
A:Hover {
	font-family: monaco, monospace;
	font-weight: bold;
	color: #006633;
	text-decoration:underline; 
	}

.header {
	font-family: monaco, monospace;
	font-weight: bold;
	font-size: 16pt;
	color: #000000;
	background-color: white;
	}

.centerpiece {
	background-image: url('images/cardbg.png');
	background-color: white; 
	font-family: monaco, monospace;
	font-weight: normal;
	color: #000000;
	font-size: 10pt;
	}

.left-column {
	background-image: url('images/cloudyborder-leftline.png');
	background-color: gray;
	}

.right-column {
	background-image: url('images/cloudyborder-rtline.png');
	background-color: gray;
	}

.default {
	font-family: monaco, monospace;
	font-weight: normal;
	font-size: 10pt;
	color: #000000;
	background-color: transparent;
	}
.default-strong {
	font-family: monaco, monospace;
	font-weight: bold;
	font-size: 10pt;
	color: #000000;
	}

.big { font-family: monaco, monospace;
	font-weight: normal;
	font-size: 16pt;
	color: #000000;
	}
.big-strong {
	font-family: monaco, monospace;
	font-weight: bold;
	font-size: 16pt;
	color: #000000;
	}

.footer {
	font-family: monaco, monospace;
	font-weight: normal;
	font-size: 8pt;
	color: #000000;
	background-color: transparent;
	}
.footer-strong {
	font-family: monaco, monospace;
	font-weight: bold;
	font-size: 8pt;
	color: #000000;
	}

a.footer-inline {
	font-family: monaco, monospace;
	font-weight: bold; 
	font-size: 8pt;
	color: #006633;
	text-decoration: none;
	}
a.footer-inline:Hover {
	font-family: monaco, monospace;
	font-weight: bold; 
	font-size: 8pt;
	color: #006633;
	text-decoration: underline;
	}

