body {
	font-family: Arial, "Lucida Grande", Arial, sans-serif;
        font-size:65%;
        background-color:#ffffcc;
}

p  {
        color:purple;
        font-family: Arial-narrow;
        font-size:170%;
        margin-top:1;
        margin-left: 150px;
        margin-right:100px;
        text-align:justify;
	line-height: 150%;
}

ul {
        font-size:100%;
        color:#000;
        margin-top:1;
	list-style-type: decimal;
        background-color: #ccffcc;
	line-height: 150%;
}

a:link {
text-decoration: underline;
}
a:visited {
text-decoration: underline;
}
a:hover {
background-color: transparent;
text-decoration: underline;
color: yellow;
}
a:active {
text-decoration: underline;
}
a.button   {
font-weight: bold;
border-width: 4px;
border-style: dashed;
border-top-color: yellow
border-right-color: #666;
border-bottom-color: #333;
border-left-color: #858585;
}