


.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}


.pagemargins
{
  margin-top: 20px;
  margin-bottom: 30px;
  width:637px;
  height:825px;
  
  }
  
  .startrek 
  { 
    width:50px;
    height:50px;
    margin-top: 10px;
  }
  
a:link {
  color: chartreuse;
}

/* visited link */
a:visited {
  color: chartreuse;
}

/* mouse over link */
a:hover {
  color: aqua;
}

/* selected link */
a:active {
  color: blue;
}

.menu
{
  text-align: center;
  font-family: sans-serif;
  font-size: 18px;
  }
  
  
.about {
  margin: 100px 300px 100px 300px; 
  border-style: dotted;
  border-width: thick;
  border-color: CornflowerBlue;
  padding: 25px 50px 100px; 
  
  color: LightCyan;
  font-family: sans-serif;
  font-size: 18px;
  }

.aboutimg 

{
  width: 375px;
  height: 275px;
  float: right;
  }

.aboutme {
  margin: 100px 300px 100px 300px; 
  border-style: dotted;
  border-width: thick;
  border-color: Crimson;
  padding: 25px 50px 100px; 
  
  color: LightCyan;
  font-family: sans-serif;
  font-size: 18px;
  }

.portraitimg

{
  margin: 0px 20px 20px 20px;
  width: 200px;
  height: 215px;
  float: left;
  }
  
.suitimg 
{
  width: 500px;
  height: 350px;
}

.chapters 

{
  margin: 100px 300px 100px 300px; 
  border-style: dotted;
  border-width: thick;
  border-color: Crimson;
  padding: 25px 50px 100px; 
  text-align: center;
  
  color: LightCyan;
  font-family: sans-serif;
  font-size: 20px;
  
}

.blog 
{
  margin: 50px 300px 50px 300px; 
  border-style: dotted;
  border-width: thick;
  border-color: crimson;
  padding: 10px 10px 10px 10px; 
  
  color: LightCyan;
  font-family: sans-serif;
  font-size: 18px;
  text-align: center;
}

.blogheader
{
 margin: 10px 300px 10px 300px; 
  padding: 10px 10px 10px 10px;
  color: LightCyan;
  font-family: sans-serif;
  font-size: 18px;
  text-align: center;
}
body {
  background-color: black;
    
}


h1 {
  
  color: Khaki;
  text-align: center;
  font-family: sans-serif;
}

h2 {
  
  color: LightBlue;
  text-align: center;
  font-family: sans-serif;
}






