/* CSS Document for all Dan Byrnes websites adapted by Joel Byrnes on 22-7-2005 */
/* use code to apply to individual web page as in quotes: link rel="stylesheet" href="stylesheet/dbblog.css" type="text/css" media="screen" */
code { 
	font-family: Georgia, Times New Roman; 
	serif; 
	font-size: 12pt;
	color: #000000; 
	line-height: 130%;
}



BODY { 
	margin: 7%; 
	font-family: Georgia, Times New Roman; 
	serif; 
	font-weight: normal; 
	font-size: 12pt; 
	border: 2px #000000 solid; 
	color: #000000; 
	background-color: #ffffff; 
}

p { 
	text-indent: 10pt; 
	color: #000000; 
	font-family: Georgia, Times New Roman; 
	serif; 
	font-size: 12pt;  
}
.note { font-size: 10pt;  } 
.special {  color: red;  }
/* H1 quite large in Times New Roman */ 
H1 { font-family: Georgia, Times New Roman; serif; font-size: 20pt; }
H2 { font-family: Georgia, Times New Roman; serif; font-size: 16pt; }
H3  { font-family: Georgia, Times New Roman; serif; font-size: 14pt; }
H4 { font-family: Georgia, Times New Roman; serif; font-size: 12pt; }


/* Below re table is new from 18-9-2006*/

li { font-family: Georgia, Times New Roman; serif; font-size: 10pt; line-height: 130%; margin-bottom: 5pt; }

th {
	font-family: Georgia, Times New Roman;
	serif; 	
	font-size: 10pt;
	line-height: 130%;
	font-weight: bold;
	border-color: #FFFFFF;
	background-color: #FF9933;
}
		td           {
	font-family: Georgia, Times new Roman;
serif; 	font-size: 10pt;
	line-height: 130%;
	border-color: #FFFFFF;
}
		tr           {
	font-family: Georgia, Times new Roman;

serif; 		font-size: 10pt;
	line-height: 130%;
	border: #FFFFFF;
	background-color: #FFCC33;
	background-position: center;
}

/* Below is old from 18-9-2006*/

A:link { color: #0000FF; }
A:visited { color: #FF00FF; }

span  {
	border: medium groove #FFCC00;
}

span.descr { 
	font-family: Times New Roman; 
	font-size: 8pt; 
	font-style: italic; 
}


/*Below is re sidenote code only of 18-9-2006*/

span   {
	color: green;
	font-size: 12em;
	height: 6em;
	position: right;
	float: right;
}

span.sidenote  {
position: absolute;
left: 350px;
width: 400px;
height: 2em;
float: right;
margin-top: 0.5em;
margin-bottom: 0.5em;
padding: 0.4em;

 }


\\text\\

.footnote {font-family: arial, helvetica, sans-serif; font-weight: bold; font-size: 10px;}

.sidenote {font-family: arial, helvetica, sans-serif; font-weight: normal; font-size: 12px; text-align: left; height: 2em; margin-top: 0.5em;
margin-bottom: 0.5em;}


