        body {
            background-color: #c3d7ee;
            margin:0px;
            font-family: Verdana;
        }
        #titleimg {
            padding-top: 10px;
            width: 100%;
            text-align: center;
        }
        #webcamdrop {
            background-color: white;
            width: 180px;
            height: 150px;
            border-left: solid black 3px;
            border-right: solid black 3px;
            border-bottom: solid black 3px;
            margin-left: 10px;
            margin-right: 10px;
            overflow: hidden;
            -moz-border-radius-bottomleft: 6px;
            -webkit-border-bottom-left-radius: 6px;
            -moz-border-radius-bottomright: 6px;
            -webkit-border-bottom-right-radius: 6px;
        }
        .centresection {
            background-color: white;
             /*position: absolute;
            left: 10px;
            right: 10px;
            top: 10px;
            bottom: 10px; */
            height: 90%;
            width: 94%;
            margin: 5px;
            border: solid black 3px;
            padding: 5px;
            overflow: auto;
            -moz-border-radius: 6px;
            -webkit-border-radius: 6px;
        }
        
        h1 {
            padding-left: 10px;
            padding-right: 10px;
            padding-top: 5px;
            padding-bottom: 5px;
            border-bottom: solid black 2px;
            background-color: #000080;
            color: #ffff00;
            font-size: large;
	        text-align: center;
        }
        h2 {
		    font-size: small;
            margin-bottom: 0px;
            margin-top: 3px;
        }
        h2.center {
            text-align: center;
        }
        h3 {
            font-size: medium;
            border-bottom: solid black 1px;
        }
        p,li,td {
            font-size: x-small;
            margin-top: 1px;
            margin-bottom: 1px;
        }
        img {
            border: 0px;
        }
        #status {
		font-size: x-small;
                text-align: right;
        }
        #status p {
            margin: 0px;
            padding: 0px;
        }
        #full {
            padding-left: 10px;
            padding-right: 10px;
            border-top: solid black 2px;
            border-bottom: solid black 2px;
            background-color: rgb(193,224,255);
            font-size: x-small;
        }
        #full td {
	    font-size: x-small;
        }
        #main {
            padding-left: 10px;
            padding-right: 10px;
        }
        #results pre {
            font-size: small;
            font-family: "Lucida Console";
        }
        #fullres li {
            font-size: xx-small;   
    }
            .blogentry {
            font-size: x-small;
    margin-top: 10px;
    border-top: dashed gray 1px;
    background-color: #eeeedd;
    padding: 3px;
}

.blogcomment {
    background-color: #e0efed;
    margin-left: 15px;
}
.blogcomment {
    background-color: #c0c0ff;
    margin-left: 15px;
}
.bloguser {
    margin-right: 15px;
}
.blogrole .bloghead {
    margin-top: 0px;
    padding-top: 3px;
    font-weight: bold;
    font-style: italic;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.bloguser .bloghead {
    margin-top: 0px;
    padding-top: 3px;
    font-weight: bold;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.blogcomment .bloghead {
    margin-top: 0px;
    padding-top: 3px;
    font-style: italic;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.blogcommentin .bloghead {
    margin-top: 0px;
    padding-top: 3px;
    font-style: italic;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.blogbody {
    margin-left: 10px;
}
.blogbody p {
    margin-top: 0px;
    margin-bottom: 3px;
}
.section {
    margin-left: 5px;
    margin-right: 5px;
}
.hidden {
    background-color: #c0c0c0;
}
.blogimg {
    float: left;
    margin-left: 2px;
    margin-top: 15px;
    margin-right: 5px;
}
.blogimg img {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    width: 30px;
}
