﻿
body {
padding : 10%;
margin : 40 px;
color : #ffffff;
background-color : #000000;
display : block;
border : 10px solid white;
}
p {
font-family : "MS Trebuchet", "ITC Avant Garde Gothic", "MS Arial", "MS Verdana", sans-serif;
width : 70%;
color : #ffffff;
background-color : #000000;
display : inline;
}
#top {
position : fixed;
width : 100%;
top : 0;
right : 0;
bottom : auto;
left : 0;
border-collapse : separate;
border-spacing : 10px;
background-color : #000000;
text-align : center;
}
a:link {
color : #ffffff;
text-decoration : none;
}
a:visited {
color : #ffffff;
text-decoration : none;
}
a:hover {
color : #00ff00;
text-decoration : none;
}
h1 {
color : #ffffff;
}
h2{
color : #ffffff;
font : italic 14px 'arial', sans-serif;
}