body {
background-color:green;
color:yellow;
}
h1 {
color: yellow;
}
h3 {
color: red;
font-family: impact;
}
h5 {
font-family: arial;
}
#contactme {
color: blue;
font-family: monotype corsiva;
text-align: center;
} 
#contactmelink {
font-family: monotype corsiva;
}
.title {
color: silver;
font-family: monotype corsiva;
text-align: center;
}
.mycreations {
color: yellow;
font-family: pericles;
}
a:visited {
color: gold;
}
a:link {
color: red;
}