body {
background-color: white;
font-size: 12px;
padding:20px;
margin: 20px 140px  20px 140px;
text-align: center;
font-style: italic;
}

H1 {
font-size: 55px;
font-family: Times;
font-weight: bold;
color: black;
text-align: left;
font-style: italic;
}

#content {
border-bottom:1px silver solid;
border-top:1px silver solid;
height: auto;
left: 55%;
margin: -100px 0px 0px -200px;
overflow: auto;
padding-left: 7px;
padding-right: 7px;
position: absolute;
text-align: center;
top: 40%;
width: 310px;
}

p {
font-family: Times;
color: black;
font-size: 20px;
text-align: justify;
line-height: 150%;
}

a:hover {
font-weight: normal;
color: white;
background-color: black;
text-decoration: none;
}

a {
font-weight: normal;
color: black;
background-color: yellow;
text-decoration: none;
}

a.facebook:link {
color: rgb(59, 89, 152);
background-color: rgb(236, 239, 245);
}
a.facebook:visited {
color: rgb(59, 89, 152);
background-color: rgb(236, 239, 245);
}
a.facebook:hover {
font-weight: normal;
color: white;
background-color: black;
text-decoration: none;
}
a.facebook:active {
color: rgb(59, 89, 152);
background-color: rgb(236, 239, 245);
} 

a.linkedin:link {
color: rgb(0, 51, 153); 
background-color: rgb(221, 240, 248);
}
a.linkedin:visited {
color: rgb(0, 51, 153); 
background-color: rgb(221, 240, 248);
}
a.linkedin:hover {
font-weight: normal;
color: white;
background-color: black;
text-decoration: none;
}
a.linkedin:active {
color: rgb(0, 51, 153); 
background-color: rgb(221, 240, 248);
} 

a.twitter:link {
color: white;
background-color:rgb(155, 229, 233);
}
a.twitter:visited {
color: white;
background-color:rgb(155, 229, 233);
}
a.twitter:hover {
font-weight: normal;
color: white;
background-color: black;
text-decoration: none;
}
a.twitter:active {
color: white;
background-color:rgb(155, 229, 233);
} 


a.lastfm:link {
color: white;
background-color: rgb(213, 16, 7);
}
a.lastfm:visited {
color: white;
background-color: rgb(213, 16, 7);
}
a.lastfm:hover {
font-weight: normal;
color: white;
background-color: black;
text-decoration: none;
}
a.lastfm:active {
color: white;
background-color: rgb(213, 16, 7);
} 

