/*
	Style Sheet for Cairdeas.org

*/

body {
	margin: 0px;
	padding: 0px;
	background-color: white;
	color: black;
	}

a {
	text-decoration: none;
	font-weight: bold;
	}

a:link {
	color: navy;
	}

a:active {
	color: #ff00ff;
	}

a:visited {
	color: #3333cc;
	}

div.header {
	width: 100%;
	background-color: #aabbff;
	font: 18px verdana, helvetica, arial, sans-serif;
	}

div.navaid {
	width: 100%;
	background-color: #bbccff;
	font: 14px verdana, helvetica, arial, sans-serif;
	}

div.content {
	padding-left: 75px;
	padding-right: 75px;
	font: 14px palatino, serif;
	}

div.header a:hover {
	color: green;
	}

div.navaid a:hover {
	color: green;
	}

div.content a:hover {
	text-decoration: underline overline;
	}

h1 {
	text-align: center;
	font-family: helvetica, arial, sans-serif;
	}

h2 {
	text-indent: -10px;
	font-family: helvetica, arial, sans-serif;
	}

h3 {
	text-indent: -10px;
	font-family: helvetica, arial, sans-serif;
	}

h4 {
	text-indent: 10px;
	font-family: helvetica, arial, sans-serif;
	}

dt {
	font-weight: bold;
	}

dd {
	font-style: italic;
	}

pre, tt, code, kbd, samp {
	font-family: monospace;
	}

.sitename {
	font-family: verdana, helvetica, arial, sans-serif;
	color: navy;
	}

.quotation {
	margin: 20px;
	color: #006600;
	}

.author {
	margin: 20px;
	font-style: italic;
	}

.citation {
	font-style: italic;
	color: black;
	}

.email {
	font-family: courier, monospace;
	text-align: right;
	}

.telephone {
	font-weight: bold;
	}

.important {
	font-weight: bold;
	color: red;
	}

.lhs {
	float: left;
	}
	
.middle {
	text-align: center;
	float: center;
	}

.rhs {
	float: right;
	}

.right {
	text-align: right;
	}

.nugget-def {
	background-color: #ddddff;
	margin-left: 10%;
	margin-right: 30%;
	}

tr#row-head {
	background-color: #ddddff;
	font-weight: bold;
	}

tr#row-odd {
	background-color: #ffffff;
	text-align: center;
	}

tr#row-even {
	background-color: #eeeeff;
	text-align: center;
	}

.mine {
	font-weight: bold;
	}

#f {
	font-style: italic;
	font-weight: bold;
	font: verdana, helvetica, arial, sans-serif;
	}