/*Bay Folk Style Sheet*/

/*Start Global Font Styles*/
h1{
font-size:21pt;
}

h2{
font-size:18pt;
}

h3{
font-size:16pt;
}

h4{
font-size:14pt;
}

a {
color:#00f;
text-decoration:none;
}

a:hover {
color:#00f;
text-decoration:underline;
}

a:visited {
color:#f0f;
text-decoration:underline;
}
/*End Global Font Styles*/

/*Start Element ID Styles*/

body {
background-color:#00ffff; /*Define page background color*/
}

#contents {
font-family:times new roman,serif; /*Define content text font*/
font-size:12pt; /*Define content text size*/
height:100%;
}
/*End Element ID Styles*/

/*Start Element Class Styles*/
.new-listing {
margin-top:50px;
}