html,
body{
margin: 0;
padding: 0;
font-family: Arial, Verdana, Helvetica, sans-serif;
font-weight: bold;
}
#wrapper{
width: 700px;
margin: 20px auto;
text-align: center;
}
div#selects{
padding: 10px;
}
#link, h1{
font-size: 36px;
font-family: trebuchet ms, verdana, arial, helvetica, sans-serif;
}
h1{
margin-bottom: 5px;
}
a{
color: #39F;
}
#link a{
padding: 10px 15px;
}
#link a:hover{
background: #39F;
color: #fff;
text-decoration: none;
}
#bookmarks{
margin-top: 50px;
font-weight: normal;
font-size: 12px;
}
.small{
font-weight: normal;
font-size: 11px;
margin-top: 0px;
margin-bottom: 40px;
}
#another{
background: #8CE500;
width: 50%;
margin: auto;
padding: 15px;
border: solid 1px #999;
font-size: 24px;
}
#another a{
color: #fff;
text-decoration: none;
}
#appWrap{
border: solid 1px #ccc;
padding: 8px;
background: #fcfcfc;
}
div#footer{

font-size: 10px;
color: #999;
text-align: center;
line-height: 120%;
}
#footer p{
margin: 4px;
}
#footer p a{
text-decoration: underline;
color: #666;
}
#footer p a:hover{
text-decoration: none;
}