.login  {
        font-family: Verdana; border: solid; border-color: green; width: 200px; color: white;
        background-image: url(img/back3.jpg);
        padding: 5px;
        margin-left: 900px;
        clear: right;
        }

.corpo  {
        background-color: white; color: black; width: 300px; text-align: justify;
        border: solid; border-color: red;
        padding: 10px; margin-left: 110px; margin-top: 100px;
        }

        .relacionamento {
           color: white;
           font-family: verdana; 
           border: green; border-style: solid; border-width: 5px;
           margin-right: 120px;
           margin-bottom: 20px;
           float: right;
           width: 200px;
           height: 400px;
           overflow: auto;
           background-image: url(img/p9.gif);
           
}


body    {
		
		font-family: cursive;
		
		color: white;
		background-image: url(img/back4.jpg);
		background-repeat: no-repeat;
		background-position: top;
                padding: inherit;
		background-attachment: fixed;
                background-color:  green;
                
		 }
	ul.navbar {
		list-style: none;
		padding: 0;
		margin: 0;

		position: absolute;
		top: 2em;
		left: 1em;
		width: 9em }

	h1 {
		
		font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
		color: white;
                border-top: double;
                border-top-style: groove;
                border-bottom-width:thick;
                border-bottom-style: groove;
                border-right: double;
                border-left: double;
                padding: 5px;
                width: 1008px; margin-left: 110px;
            }
	ul.navbar li {
		background: white;
		margin: 0.5em 0;
		padding: 0.3em;
		border-right: 1em solid black }
	ul.navbar a {
		text-decoration: none }
	a:link {
		color: blue }
	a:visited {
		color: purple }
	address {
		margin-top: 1em;
		padding-top: 1em;
		border-top: thin dotted; width: 1008px; margin-left: 120px; }

