/*
 * Style sheet for the CSS specification
 * For An Australian Wills Family Index...
 */
 * { padding: 0; margin: 0; border: 0; font-weight: normal; font-size: 16px }
body {
background-color: #ffffff;
font-family: Verdana, Helvetica, Arial, sans-serif;
margin-bottom: 200px;
}
h1 {
background-color: #ffffff;
margin: 0px;
color: #bd0202;
font-family: times, serif;
font-style: italic;
font-size: 28px;
font-style: normal;
font-weight: 600;
text-align:center;
letter-spacing: 2px;
padding-left: 3px;
padding-right: 3px;
padding-bottom: 2px;
padding-top: 3px;
border-bottom: 0px #bdbf8e solid;
}
h2 {
color: #bd0202;
padding-right: 3px;
padding-left: 3px;
padding-top: .2%;
padding-bottom: .5%;
font-family: times, serif;
font-style: italic;
font-weight: normal;
font-size: 24px;
text-align: center;
margin: 0px;
}
h3 {
border-bottom: 0px #486ba1 solid;
font-family: times, serif;
font-style: italic;
font-size: 22px;
font-style: normal;
font-weight: normal;
color: #bd0202;
text-align:center;
padding-left: 3px;
}
h4 {
color: #bd0202;
padding-right: 3%;
padding-left: 3%;
font-weight: bold;
text-decoration: none;
font-family:times, serif;
font-size: 18px;
font-style: normal;
text-align: left;
}
a:link.menu {
color: #0000ff;
background-color:#FEFBF8;
text-decoration:none;
font-size: 18px;
border: 1px solid #000000;
border-radius: 5px;
}
a:link.visited.menu {
color: #ff00ff;
background-color:#FEFBF8;
text-decoration:none;
text-height:30px;
}
a:link.menu.hover {
color: #0000ff;
background-color:#ffffff;
text-decoration:none;
}
a:link {
color: #0000ff;
text-decoration:none;
}
a:visited {
text-decoration: none;
color: #990099;
}
a:hover {
text-decoration: none;
color: #ffffff;
background-color:#000000;
}
a:active {
color: #ff00ff;
text-decoration: underline;
}
ul  {
	list-style-type: none;
}
p {
text-indent: 30px;
text-align: left;
color:#000000;
}
table {
border: 0px #486ba1 solid;
color: #486ba1;
padding: 5px;
}
th {
text-align: center;
font-weight: bold;
color: #bd0202;
background-color: #dddddd;
border: 1px solid #000000;
}
td {
text-align: left;
font-style: normal;
color: #000080;
}
blockquote {
background-color: #a8d9f0;
color: #486ba1;
font-style: normal;
margin-right: 6%;
margin-left: 6%;
font-weight: normal;
padding: 5px;
}
#leftcol {
width : 195px;
float: left;
background-color: #ff0000;
padding-left: 5px;
position: relative;
background: #faebd7;
}
#rightcol {
float: right;
width : 585px;
position: relative;
padding: 5px;
}
