html {
margin : 2%, 2%, 2%, 2%;
padding: 0% 5% 0% 5%;
}
body {
color : white;
background-color : #000000;
font-family : cursive
}
h1 {
color : #ffffff;
background-color : #000000;
font-size : 250%;
text-align : center;
font-style : italic;
text-align : center
}
h2 {
color : #ffffff;
background-color : #000000;
font-size : 150%;
text-align : center;
font-style : italic
}
h3 {
color : #ffffff;
background-color : #000000;
font-size : 110%;
text-align : center;
font-style : italic
}
h4 {
color : #ffffff;
background-color : #000000;
font-size : 70%;
}
a{
font-family : cursive;
background-color : #000000;
}
a:link{
color : #ffff00;
background-color : #000000;
}
a:visited{
color : #00ffff;
background-color : #000000;
}
a:hover{
color : #ff0000;
background-color : #000000;
}
a:active{
color : #00ff00;
background-color : #000000;
}
p {
font-size : 100%;
text-align : justify;
margin : 0em 4em 0em 12em
}
p:first-letter {
color : yellow;
background-color : #000000;
font-weight : bold;
font-size : 150%
}
ul {float : left;
margin : 0%
}
ol {
margin : 0;
padding : 0;
list-style-type : none;
text-align : center
}
li {
display : inline;
padding : 3px
}
div.side {
position : absolute;
top :10em;
left : 0px;
width : 50px;
background : black
}
.quote {
color: #00ff00;
background-color : #000000;
font-family : "Lucida Handwriting", cursive;
font-size : 95%;
font-weight : bold;
text-align : center
}
.small {
font-family : "Lucida Handwriting", cursive;
font-size : 80%;
font-weight : bold;
text-align : center
}
.fleft {
float : left;
margin : 0 0 10px 10px;
}
.fright {
float : right;
margin : 0 0 10px 10px;
}
.imgleft {
float : left;
margin : 0 0 10px 10px;
clear : left;
}
.crems {
float : left:
margin : 0 0 10px 10px;
background-color : #000000;
}
div.crems img
{
border-top: 2px;
border-right: 1px;
border-bottom: 1px;
border-left: 2px;
}