
/**

green = #009900
light green = #97FF97

**/

body {
	font-family: Arial, Helvetica, sans-serif;
	background:#000000;
	color:#FFFFFF;
}

*{
	margin: 0px;
	padding: 0px;
}

a:link {
	color: #009900;
	font-weight:normal;
	text-decoration:underline;
}
a:visited {
	color: #009900;
	font-weight:normal;
	text-decoration:underline;
}
a:hover {
	color:#97FF97;
	font-weight:normal;
	text-decoration:none;
	
}
a:active {
	color: #97FF97;
	font-weight:normal;
	text-decoration:none;
}

p{
padding:10px 0px 10px 0px;
font-size: .8em;
text-align:justify;
}

h1{
font-size: 1.5em;
padding:0px 0px 10px 0px;
color: #FFFFFF;
font-weight: bold;
}

h2{
font-size: 1.2em;
color: #CCCCCC;
font-weight: bold;
}


h3{
font-size: 1.2em;
padding:10px 0px 5px 0px;
color: #FFFFFF;
font-weight: bold;
}

.clear{
clear:both;
}


.floatleft{
float:left;
}

.floatright{
float:right;
}


.pedigreeHolder td{
font-size: .9em;
color: #CCCCCC;
padding: 5px;
border: 1px solid #666666;
background-color:#222222;
font-weight:bold;
}


.shopcontent{
}


.shopcontent img{
float: left;
margin-right: 10px;
margin-bottom: 10px;
}


.colour{
color: #009900;
}

img{
border: 0px;
}


#content ul{
color:#FFFFFF;
font-size: .8em;
}

#content li{
padding: 10px;
}

#guestform td{
font-size: .8em;
}

.dotted{
height: 10px;
border-top: 1px dotted #999999;
}



