* {
    font-family: Tahoma, "Trebuchet MS", Arial, sans-serif;
    margin: 0;
    padding: 0;    
}

body {
    font-size: 67.5%;
}

a {
    color: #0056B0;
    padding: 1px;
}

a:hover {
    background: #414141;
    color: #fff;
}

a img {
    border: 0;
    text-decoration: none;
}

img.right {
    border: 6px solid #e6e6e6;
    float: right;
    margin: 5px 0 5px 18px;
}

img.left {
    border: 6px solid #e6e6e6;
    float: left;
    margin: 5px 18px 5px 0;
}

/*
 *  HEADER
 */
    #header {
        background: #880000;        
    }
    #header h1 {
        font-size: 2.8em;        
        margin-left: 40px;
        padding-top: 8px;
    }
    #header h1 a {
        color: #fff;
        text-decoration: none;
    }
    #header h1 a:hover {
        text-decoration: underline;
    }
    #header h2 {
        color: #f9f9f9;
        font-size: 1.4em;
        margin-left: 80px;
        margin-top: 3px;
        position: absolute;
    }

/*
 *  MENU
 */ 
    #menu {
        background: #414141;
        float: right;
        padding-right: 40px;
    }
    #menu ul {
        list-style-type: none;
        float: right;
    }    
    #menu ul li {
        float: left;
    }
    #menu ul li a {
        color: #fff;
        display: block;
        float: left;
        font-size: 1em;
        font-weight: bold;
        margin-left: 3px;
        padding: 10px;
        text-decoration: none;
    }
    #menu ul li a:hover {
        background: #fff;
        color: #414141;
    }
    #menu ul li a.current {
        background: #fff;
        color: #414141;
    }    
    
/*
 *  CONTENT
 */
    #content {
        clear: both;
        margin: 0 50px;
        padding-top: 20px;
    }
    #content h2 {
        font-size: 1.8em;
        padding-bottom: 15px;        
    }
    #content h2 a {
        background: transparent;
        color: #313131;
        font-family: "Trebuchet MS", Arial, sans-serif;
        text-decoration: none;
    }
    #content h2 a:hover {
        text-decoration: underline;
    }
    #content p {
        font-size: 1.2em;
        line-height: 18px;
        margin-left: 15px;
        margin-bottom: 15px;
        text-align: justify;
    }
    #content blockquote {
        background: #f1f1f1;
        border-bottom: 1px solid #ccc;
        border-top: 1px solid #ccc;
        font-size: 1.2em;
        margin: 15px 40px;
        padding: 10px 15px;
        text-align: justify;
    }
    #content .code {
        background: #fffeee;
        border-bottom: 1px solid #ccc;
        border-top: 1px solid #ccc;
        font-family: "Courier New", Courier, sans-serif;
        font-size: 1.2em;
        margin: 15px 40px;
        padding: 10px 15px;
    }
    #content .meta {
        background: #eeefff;
        border-bottom: 1px solid #ccc;
        border-top: 1px solid #ccc;
        color: #464646;
        line-height: 15px;
        font-family: Verdana, Arial, sans-serif;
        font-size: 1.0em;
        margin: 15px 40px;
        padding: 10px 15px;
    }

/*
 *  FOOTER
 */
    #footer {
        background: #880000;
        border-top: 5px solid #bbb;
        color: #fff;
        clear: left;
        font-size: 1em;
        font-weight: bold;
        margin-top: 1px;
        padding: 1px 8px;
        text-align: right;
    }    
    #footer a {
        color: #fff;
        text-decoration: none;
    }    
    #footer a:hover {
        text-decoration: underline;
    }
    #footer .link-group {
        float: left;
        margin: 3px 5px;
        text-align: left;
    }
    #footer h4 {
        font-family: "Trebuchet MS", Arial, sans-serif;
        font-size: 1em;
    }
    #footer ul {
        list-style: none;
        padding: 1px 0 15px 10px;
        text-align: left;
    }    
    #footer ul li a {
        font-size: 1em;
        font-weight: normal;
        line-height: 10px;
    }    
    #footer #credits {
        clear: left;
    }stylenew {
	font-family: "trebuchet MS", verdana, arial, helvetica;
	font-size: 8px;
	font-style: normal;
	font-weight: bolder;
	color: #880000;
	text-decoration: blink;
	border: thin outset #999999;
}

/*
 *  EXTRA
 */
    #extra {
        background: #880000;
        border-top: 1px solid #bbb;
        color: #fff;
        clear: left;
        font-size: 1em;
        font-weight: bold;
        margin-top: 1px;
        padding: 5px 8px;
        text-align: right;
    }    
    #extra a {
        color: #fff;
        text-decoration: none;
    }    
    #extra a:hover {
        text-decoration: underline;
    }
    #extra .link-group {
        float: left;
        margin: 3px 5px;
        text-align: left;
    }
    #extra h4 {
        font-family: "Trebuchet MS", Arial, sans-serif;
        font-size: 1em;
    }
    #extra ul {
        list-style: none;
        padding: 1px 0 15px 10px;
        text-align: left;
    }    
    #extra ul li a {
        font-size: 1em;
        font-weight: normal;
        line-height: 10px;
    }    
    #extra #credits {
        clear: left;
    }stylenew {
	font-family: "trebuchet MS", verdana, arial, helvetica;
	font-size: 8px;
	font-style: normal;
	font-weight: bolder;
	color: #880000;
	text-decoration: blink;
	border: thin outset #999999;
}


