body {
background-image : url('../images/background.jpeg');
background-repeat : no-repeat;
}
p {
margin-top : 200px;
margin-left : 100px;
font-family : Verdana;
font-style : normal;
font-size : 12px;
}
a:link {
text-decoration : none;
font-family : Verdana;
font-style : normal;
font-size : 12px;
color : black;
}
a:visited {
text-decoration : none;
font-family : Verdana;
font-style : normal;
font-size : 12px;
color : black;
}
a:hover {
text-decoration : none;
font-family : Verdana;
font-style : normal;
font-size : 12px;
color : black;
}
a:active {
text-decoration : none;
font-family : Verdana;
font-style : normal;
font-size : 12px;
color : black;
}

