body {
	font-family: verdana, helvetica, arial, sans-serif;
	margin: 0;
	padding: 0;
}

h1 {
text-align: center;
}

p {
text-align: justify;
}




#ss a {
    color:black;
    text-decoration:underline;
 }

#ss a:hover {
    color:#E59812;
    text-decoration:underline;
 }

#me a {    
    font-size:14px;
    font-weight:bold;
    color:black;
    text-decoration:none;
 }

#me a:hover {    
    font-size:14px;
    font-weight:bold;
    color:black;
    text-decoration:underline;
 }

.topbutton {
width:100px;
border:2px solid #ccc;
background:#f7f7f7;
text-align:center;
padding:10px;
position:fixed;
bottom:50px;
right:50px;
cursor:pointer;
color:#333;
font-family:verdana;
font-size:12px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
}
