body {background-color:#000000;
margin-left:50px;
margin-right:50px;

color:silver;
font-size: 20px;

}
h1 {
border-bottom: 1px dashed silver;



}
#body {
border-style: double;
border-color: silver;
padding:25px;

}

#title {text-decoration:underline;
text-align:center;
color:red;}

#man {float:right;}

#man2 {float:left;}
#links {margin-left:110px;

}
#paragraph {margin-left:110px;}

#logo {float:left;
}

#main {

clear: right;

}

#image {float:right;}



.author {font-size:20px;
}

.title {font-weight:bold;}


a:link {color:silver;}
a:visited {color:red}
a:hover {color: fuchsia}
