body {
    font-family: arial, sans-serif;
}

h1 {
    font-size: 140%;
    font-family: monospace;
    border-bottom: 1px #888 solid;
    color: #000000;
}

h1 a:link, h1 a:visited {
    color: inherit;
    text-decoration: none;
}

h1 a:hover {
    color: #0000ff;
    text-decoration: underline;
}

#mystuff {
    position: relative;
}

.circleLink {
    position: absolute;
    font-size: 110%;
    
}
.circleLink span {
	display: none;
}

.circleLink a {
    color: #008888;
    padding: 2em;
}

.circleLink a:hover {
    font-style: italic;
}

#stuffcircle {
    position: absolute;
    left: 200px;
    top: 100px;
}

#bloglink {
    background-image: url(blogunsel.png);
    width: 241px;
    height: 188px;
    top: 0;
    left: 0;
}

#bloglink:hover {
    background-image: url(blogsel.png);
}

#forumlink {
    background-image: url(forumunsel.png);
    width: 200px;
    height: 150px;
    top: 20px;
    left: 500px;
}

#forumlink:hover {
    background-image: url(forumsel.png);
}

#wikilink {
    background-image: url(wikiunsel.png);
    width: 205px;
    height: 162px;
    top: 320px;
    left: 30px;
}

#wikilink:hover {
    background-image: url(wikisel.png);
}

#cmslink {
    background-image: url(contentunsel.png);
    width: 286px;
    height: 173px;
    top: 310px;
    left: 410px;
}

#cmslink:hover {
    background-image: url(contentsel.png);
}

#otherlink {
    background-image: url(otherunsel.png);
    width: 266px;
    height: 194px;
    top: 460px;
    left: 220px;
}

#otherlink:hover {
    background-image: url(othersel.png);
}
