body {
color: #000;
background-color: #fff;
font-family: "Helvetica", "Arial", sans-serif;
width: 80%;
min-width: 600px;
max-width: 980px;
margin: auto;
}

h1 {
height: 125px;
margin-bottom: 0px;
font-size: 28px;
}

.navigation {
margin-top: 50px;
}

.navigation li {
display: inline;
}

.navigation a {
border-left: solid 18px #5a6d8e;
padding-left: 5px;
margin-right: 18px;
font-weight: bold;
}

h1 a:link, h1 a:visited {
display: block;
padding: 5px;
background-color: #5a6d8e;
width: 125px;
height: 125px;
color: #fff;
}

h1 a:hover {
text-decoration: none;
}

h2 {
margin-top: 50px;
margin-bottom: 0;
}

h2.doctorvee a:link, h2.doctorvee a:visited {
background-color: #f90;
color: #000;
display: block;
width: 100%;
padding: 5px;
}

h2.vee8 a:link, h2.vee8 a:visited {
background-color: #ff3552;
color: #fff;
display: block;
width: 100%;
padding: 5px;
}

h2.scottishroundup a:link, h2.scottishroundup a:visited {
background-color: #0072c6;
color: #fff;
display: block;
width: 100%;
padding: 5px;
}

h2.twitter a:link, h2.twitter a:visited {
background-color: #33ccff;
color: #000000;
display: block;
width: 100%;
padding: 5px;
}

h2.facebook a:link, h2.facebook a:visited {
background-color: #3b5998;
color: #ffffff;
display: block;
width: 100%;
padding: 5px;
}

h2.delicious a:link, h2.delicious a:visited {
background-color: #1462c1;
color: #ffffff;
display: block;
width: 100%;
padding: 5px;
}

h2.lastfm a:link, h2.lastfm a:visited {
background-color: #d51007;
color: #ffffff;
display: block;
width: 100%;
padding: 5px;
}

h2.flickr a:link, h2.flickr a:visited {
background-color: #ff0084;
color: #ffffff;
display: block;
width: 100%;
padding: 5px;
}

h2.linkedin a:link, h2.linkedin a:visited {
background-color: #006699;
color: #ffffff;
display: block;
width: 100%;
padding: 5px;
}

h2.librarything a:link, h2.librarything a:visited {
background-color: #d5ac95;
color: #000000;
display: block;
width: 100%;
padding: 5px;
}

h2.xboxlive a:link, h2.xboxlive a:visited {
background-color: #7ab600;
color: #000000;
display: block;
width: 100%;
padding: 5px;
}

h2.st-andrews a:link, h2.st-andrews a:visited {
background-color: #00529b;
color: #ffffff;
display: block;
width: 100%;
padding: 5px;
}

h2.libdems a:link, h2.libdems a:visited {
background-color: #fdbc30;
color: #000000;
display: block;
width: 100%;
padding: 5px;
}

h2.doctorvee a:hover, h2.vee8 a:hover, h2.scottishroundup a:hover, h2.twitter a:hover, h2.facebook a:hover, h2.delicious a:hover, h2.lastfm a:hover, h2.flickr a:hover, h2.linkedin a:hover, h2.librarything a:hover, h2.xboxlive a:hover, h2.st-andrews a:hover, h2.libdems a:hover {
background-color: #5a6d8e;
color: #fff;
text-decoration: none;
}

p {
margin-top: 0;
font-weight: bold;
}

p.picture {
float: right;
margin-left: 5px;
}

.picture {
background-color: #5a6d8e;
padding: 5px;
}

a:link {
color: #497eda;
text-decoration: none;
}

a:visited {
color: #39f;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

ul {
list-style-type: none;
margin: 0;
padding: 0;
}