


/*Button*/
#content .button a:link, #content .button a:visited {
color: #eee;
background-color:#1e5184;
font-size:1em;
font-weight:bolder;
text-decoration: none;
border-bottom:0.2em solid #555;
border-right:0.2em solid #555;
border-top:0.2em solid #ccc;
border-left:0.2em solid #ccc;
margin: 0.2em;
padding:0.2em;
display:block;
}
.arrows {
	font-size:90%;
	margin:0.2em;
}
#content .button a:hover {
background-color:#003366;
color:#999;
border-top:0.2em solid #777;
border-left:0.2em solid #777;
border-bottom:0.2em solid #aaa;
border-right:0.2em solid #aaa;
padding:0.2em;
margin: 0.2em;
}
#content .button {
 float:left;
 height:auto;
 width:10em;
 text-align:center;
white-space:nowrap;
}

#content a:link {
    color:#003366;
	font-weight:bold;
	font-family:verdana,arial,sans-serif;
}
#content a:visited {
    color:#660000;
    font-weight:bold;
	font-family:verdana,arial,sans-serif;
}
#content a:hover {
    color:#660000;
}

#content a:active {
	color:red;	
}

.example {
	margin-bottom:2em;
	margin-top:2em;
}
#content {
  	width:60%;
    margin:1em auto;
	margin-bottom:0;
	padding:0;
}
.referer-box {
	width:200px;
	
}

