* {
padding: 0;
margin: 0;
}
a {
border: none;
color: #FFFFFF;
font-weight: 600;
text-decoration: none;
}
a:hover {
border-bottom: 2px #FFFFFF solid;
}
#container {
background: #80007A center url("images/logo.png") no-repeat;
height: 100%;
}
p, #edit {
background: #80007A;
color: #FFFFFF;
padding: 5px 60px 10px 60px;
font-family: arial;
}
#footer {
background: #80007A;
color: #FFFFFF;
text-align: center;
padding: 10px 0px 10px 0;
border-top: 1px #FFFFFF solid;
font-size: 10px;
font-family: arial;
}
#footer a {
color: #FFFFFF;
font-weight: 600;
text-decoration: none;
}
#footer a.linkie:hover {
border-bottom: 2px #FFFFFF solid;
}