body {
      margin: 10px 10px 0px 0px;
      padding: 20px 0px 0px 20px;
       background-color: #cccccc;
}
p { 
    font-family: "Times New Roman";
    font-size: 16px;
    color: #000000;
}

h1 {
    font-family: Times New Roman;
    font-size: 36px;
    font-weight: bold;
    color: #800000;
}
h2 {
    font-family: Times New Roman;
    font-size: 14px;
    font-weight: normal;
    color: #000000;
}

h3 {
    font-family: Times New Roman;
    font-size: 14px;
    font-weight: bold;
    color: #800000;
}

h4 {
    font-family: Times New Roman;
    font-size: 14px;
    font-weight: bold;
    color: #000000;
}

h5 {
    font-family: Times New Roman;
    font-size: 24px;
    font-weight: bold;
    color: #000000;
}

a:link {
    font-weight: normal;
    text-decoration: underline;
    color: #000000;
    }
a:visited {
    font-weight: normal;
    text-decoration: underline;
    color: #000000;
    }
a:hover {
    font-weight: normal;
    text-decoration: none;
    color: #000000;
    background: #ffffcc;
    }
a:active {
    font-weight: normal;
    text-decoration: none;
    color: #000000;
    background: #ffffcc;
    }
li {
	list-style-position: outside;
	list-style-image: url(images/bullet.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
