
/* CSS Document */


body {
background-color : #66cccc;
}
p {
font-family : Century Gothic, sans-serif;
font-size : 14px;
padding : 0;
margin : 0;
margin-bottom : 10px;
}
H1 {
font-weight : bold;
text-decoration : none;
font-family : âArial Blackâ, Gadget, sans-serif;
font-size : 15px;
color : #2392a1;
}
a:link, a:visited {
color : #2392a1;
font-weight : bold;
text-decoration : none;
}
a:hover {
color : #f433ff;
text-decoration : none;
}
HR {
color : #c0f0f0;
border : 2px dotted #c0f0f0;
border-style : none none dotted;
}
img {
border : 2px dashed #c0f0f0;
}
