/* CSS Document */
body {
background-image:url(images/tile_teardrops.jpg);
font-family: Verdana, Arial, Helvetica, sans-serif;
}
a{
color: #6699CC;
}

#holder {
margin: 50px auto 0px auto;
width: 800px;
text-align: left;
}

/*Getting to Business*/

#main {
background-color: white;
width: 800px;
padding: 20px;
border: 1px solid black;
}
.head {
text-align: right;
font-size: 200%;
}
.nav a{
color:#666666;
text-decoration: none;
margin: 10px 10px 30px 10px;
font-style: oblique;
font-size: 120%;

}
.text {
border-top: 1px solid #CCCCCC;
font-size: 80%;
}
h1{
font-size: 110%;
}
ul{
line-height: 150%;
}
img {
padding: 0px 10px 0px 10px;
}
#footer {
text-align: center;
font-size: 70%;
}

