body {

	background-color: #F5F5DC;
	color: #000099;
	font-family : "Comic Sans ms", Arial, Sans-serif;
	font-style : normal;
	font-size: medium;
	font-weight: normal;
    }

h1 {
	font-family: monotype corsiva, cursive, sans-serif;
	font-weight: bolder;
	font-size: 250%;
	text-align: center;
	}
h2 {
	font-size: 175%;
	text-align: center; }
h3 {
	font-size: 125%;
    text-align: justify;
	}
h4 {
	font-weight: bold;
	font-size: 100%;
	text-align: center; }
h5 {
    font-size: 80%;
	font-weight: lighter;
	font-style: italic;
	text-align: center;
	}
h6 {
	font-size: 80%;
	font-weight: lighter;
	font-style: italic;
	text-align: left;
	}

#head {
	display: block;
	position: relative;
	top: 0px;
	min-width: 1200px;
    z-index: 20;
	}


#main {
    display: block;
	position: relative;
	width: 100%;
    z-index: 20;
    padding-bottom: 50px;
	}
div.leftcol{
    position: relative;
    float: left;
    width: 15%;
    padding: 0;
    border: 0;
    font-family: monotype corsiva, cursive, sans-serif;
    }
div.rightcol{
  position: relative;
  float: right;
  width: 15%;
  padding: 0;
  border: 0;
  margin-right 0;
  font-family: monotype corsiva, cursive, sans-serif;
  }
ul.col{
  list-style-type: none;
  padding: 0;
  border: 0;
  }
ul.col li{
  font-size: 100%;
  font-weight: bold;
  line-height: 400%;
  margin-left: 1em;
    }
ul.col li a:hover{
     padding: 3px;
     border: 3px ridge red;
     background-color: #FFFFCC;
     }
ul.col2{
  font-family : "Comic Sans ms", Arial, Sans-serif;
  list-style-type: none;
  padding: 0;
  border: 0;
  }
ul.col2 li{
  font-size: 80%;
  font-weight: bold;
  line-height: 150%;
  margin-left: 0;
    }
ul.col2 li a:hover{
     padding: 3px;
     border: 3px ridge red;
     background-color: #FFFFCC;
     }
div.content{
	display: block;
    position: relative;
	background-color: #FFFFFF;
    color: #000099;
    margin-left: 15%;
    margin-right: 15%;
    border: 10px;
    border-style: solid;
    min-width: 700px;
    max-width: 1200px;
    min-height: 800px;
	padding: 10px 10px 50px 10px;
	text-align: justify;
    }
div.bio{
	text-align: center;
    font-weight: bolder;
	}
table{
	margin-left: auto;
	margin-right: auto;
    border: 1;
    border-style: solid;
    border-color: #990000;
  	}
td {
	padding: 15px;
	text-align: center;
	font-size: 80%;
	font-weight: bold;
    border: .5;
    border-style: ridge;
    border-color: #999966;}
p {
	text-align: justify;
	text-indent: 2em;
	margin-right: 2em;
	margin-left: 2em;
    }
.dropcap {
    float:left;
    font-family: coronet, cursive;
    font-size:50px;
    line-height: 30px;
    width: auto;
    padding-top:2px;
    }
p.comment {
	text-align: justify;
	font-size: 80%;
	margin-right: 2em;
	margin-left: 2em;
    }
p.img {
    text-indent: 0;
    font-size: 150%;
    font-weight: 600;
    color: #CC3333;
    text-align: center;
    }
p.center {
    text-align: center;
    }
p.copyright {
   font-size: 70%;
   font-weight: lighter;
   font-style: italic;
   text-align: center;
    }
ul{
  list-style-type: none;
}

ul.content{
    margin-left: 2em;
    margin-right: 2em;
    border: 1;
    text-align: justify;
    list-style: circle;
    line-height: 200%;
    }
ul.pedigree{
   margin-left: 150px;
   text-align: left;
   line-height: 200%;
   margin-bottom: 50px;
    }
li.pedtitle{
  font-size: 150%;
  font-weight: bolder;
    }
li.champions{
  line-height: 150%;
    }
li.sublist{
    margin-left: 2em;
    margin-right: 2em;
    text-align: left;
    list-style: circle;
    line-height: 125%;
    }
li.title{
    text-align: center;
    font-size: 125%;
    color: red;
    margin-top: 25px;
    }
li.pic{
    text-align:center;
    margin: 0;
    }
li.comment{
  text-align: center;
  line-height: 90%;
  }
div.pastpups {
    margin-top: 15px;
    text-align: center;
    }
div.footer{
	font-weight : lighter;
	font-size: 75%;
	text-align: justify;
	margin-left: 5em;
	margin-right: 5em;
    padding-top: 20px;
    padding-bottom: 20px;
	}
div.disclaim{
    font-weight : lighter;
	font-size: 70%;
	text-align: justify;
    margin-left: 5em;
	margin-right: 5em;
    font-style: italic;
    padding: 20px;
	}
a:active {
	color: #990000;
	text-decoration: none;}

a:link {
  color: #990000;
  text-decoration: none;
}

a:visited {
  color: #666600;
  text-decoration: none
}

a:hover{
	color: #990000;
	background-color: #DEB887;
	text-transform: none;
	text-decoration: none;
	font-weight: normal;
	}







