﻿        html
        {
            margin: 0;
            padding: 0;
        }
        body
        {
            font-family:times new roman, sans-serif;

        }
        
        #container
        {
            position: absolute;
            left: 0px;
            top: 0px;
            padding-bottom: 5px;
            width:100%;
        }
      
        #header
        {
            padding: 10px 10px 10px 10px;
            margin:5px 5px 5px 5px;
            border: solid 1px Silver;
            text-align:left;
	    background-color: #ffffff;
        }
        #header img
        {
            margin: 0px;
	    position: absolute;
	    right: 10px;
	    top:10px;
        }
        #header dcc
        {
            margin: 0px;
	    position: absolute;
	    right: 96px;
	    top:10px;
        }
        #contents
        {
            margin: 5px 5px 0px 175px;
	    border: solid 1px Silver;
            padding: 10px 10px 10px 10px;
	    font-size: 110%;
	    background-color: #ffffff;
        }
        #topologies
        {
            margin: 5px;
	    position: absolute;
	    right: 10px;
	    top:110px;
        }
 	#mother
        {
            margin: 0px;
	    left: 10px;
	    top:110px;
        }
        A {
	    color:#009;
        }
        A:hover 
        {
            COLOR: #4197ee;
	    TEXT-DECORATION: underline
        }

        .sorange
        {
            color: #ff6600;
        }
        .sblue
        {
            color: #4197ee;
        }
        .sgreen
        {
        color:#38B63C;
        }
        .sgreen a
        {
        text-decoration: none;
        color: #4197ee;
        }
	h1{
	margin: 0px;
	margin-rigth:0px;
	}

        h2
        {
            font-weight:lighter;
        }
  
        #menu
        {	
            width: 163px;
            position: absolute;
            left: 5px;
            margin: 0px;
            padding: 0;
	    border: solid 1px silver;
	    background-color: #ffffff;
        }
        #menu a
        {
	    font-family: arial, sans-serif;
	    font-size:80%;
            display: block;
            padding: 5px;
            height: 20px;
            
            text-decoration: none;
            color:#000;
        }
        #menu a:hover
        {
            background-color: silver;
            color:#fff;
        }
        #menu a:active
        {
            background-color: silver;
            color:#fff;
        }
        #menu ul
        {
            list-style-type: none; /*remove o marcador*/
            margin: 0 0 0 0px; /*remove o recuo IE e Opera*/
            padding: 0; /*remove o recuo Mozilla e NN*/
        }

        body > #menu a
        {
            width: 153px;
        }
