/* 
   Dunkyboy.com CSS1 Style Sheet (c) Duncan L. Armstrong
   ---
   Much help was garnered from www.bluerobot.com and www.htmlhelp.com
   in learning how to implement style sheets in my website.  My hat
   goes off to them.
*/

body {
	margin: 0px;
	padding: 0px;
	background-color: #000;
	color: #000;
	font-family: verdana, arial, helvetica, sans-serif;
	}

#Title {
	margin: 10px 50px -8px 50px;
	padding: 0px;
	color: #aaa;
	font-style: oblique;
	font-size: 35px;
	font-weight: 900;
	letter-spacing: -5px;
	text-align: right;
	}

.HeaderBar {
	background-color: #aaa;
	border: 1px solid black;
	border-right-width: 0px;
	border-left-width: 0px;
	font-size: 11px;
	font-weight: 600;
	}
.SubHeaderBar {
	background-color: #bbb;
	border: 1px solid black;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	font-size: 11px;
	font-weight: 600;
	}
.FooterBar {
	background-color: #aaa;
	border: 1px solid black;
	border-right-width: 0px;
	border-left-width: 0px;
	text-align: right;
	font-size: 11px;
	font-weight: 600;
	}
.BarText {
	font-size: 11px;
	font-weight: 600;
	}
	
.TableHeaderBar {
	background-color: #eee;
	border: 1px solid black;
	border-right-width: 0px;
	border-left-width: 0px;
	font-size: 11px;
	font-weight: 600;
	}
/* Want different link hover colour for TableHeaderBar class!! 
.TableHeaderBar>a:hover {background-color: #eee;}*/

.TableText {
	font-size: smaller;
	}

.Active {background-color: #ccc;}

.Content {
	padding: 20px;
	background-color: #ddd;
	/*font-size: smaller;*/
	}

p {
	margin: 0px 0px 12px 0px;	
	}
#Content>p {margin: 0px;}
#Content>p+p {text-indent: 30px;}

a {
	text-decoration: none;
	font-weight: 600;
	}
a:link {color: #000;}
a:visited {color: #000;}
a:hover {background-color: #ccc;}

/* 
Note: how to make separate 'a' styles in different contexts?

#BarText>a {
	text-decoration:none;
	font-weight:600;
	}
#BarText>a:link {color:#000;}
#BarText>a:visited {color:#fff;}
#BarText>a:hover {background-color:#ddd;}
*/
	
img {border-width: 0px;}

.first {margin-top: 0px; padding-top: 0px;}

.AdSense {float:right}
