body {  
    color:#000000;
    background-color:#F5F6FB;
}
#photos li {
    display: inline;
}
#photos img {
    border: 0;
}
.main {
    border-top: 1px solid #2F6FAB;
    border-left: 1px solid #2F6FAB;
    border-right: 1px solid #2F6FAB;
    border-bottom: 1px solid #2F6FAB;
    margin:1%;
    padding: 0px 18px 0px 18px;
    background-color:#FFFFFF;
}

.bubble {
    border-top: 1px dashed #2F6FAB;
    border-left: 1px dashed #2F6FAB;
    border-right: 1px dashed #2F6FAB;
    border-bottom: 1px dashed #2F6FAB;
    margin:1%;
    padding: 0px 18px 0px 18px;
    background-color:#F5F6FB;
}

.main, #footer, #bofh {
    font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
    font-style: normal;
    font-size: 12px;
    /*width:80%;*/
    margin-left:10%;
    margin-right:10%;
}			
h2 {
    font-size: 15px;
}
h3 {
    font-size: 13px;
}
a:link {
    color:#002BB8; 
    text-decoration:none;
    cursor: crosshair;
}
a:visited {
    color:#002BB8;
    text-decoration:none;
    cursor: crosshair;
}
a:hover {
    background-color:#DFE2E7;
    cursor: crosshair;
}
pre {
    font-size: 11px;
    font-family:monospace;
}
pre.centered {
    text-align:center;
}
textarea, input {
    border: 1px solid #2F6FAB;  
    color: Black;
    padding: 0.1em;
    overflow: auto;
}
img.left-floating {
    float: left;
    margin-right: 10px;
}
b.deleted {
    text-decoration: line-through;
}

.adtext {
	  color: #F5F6FB;
}
