#top {
font-family: 'Trebuchet MS', sans-serif;
color: #645D72;
background-color:#E6D9FF;
font-size: 15px;
border-style: solid;
border: 10px round #645D72;
border-radius: 10px;
padding:30px;
float: none;
position: static;
}

ul {
list-style-type: none;
font-family: 'Trebuchet MS', sans-serif;
color: #645D72;
background-color:#E6D9FF;
font-size: 15px;
border-style: dotted;
border: 10px round #645D72;
border-radius: 10px;
padding:30px;
}

body {
    font-family: 'Trebuchet MS', sans-serif;
    color: black;
    background-color: #F4F0FC;
    font-size: 15px;
    border-style: hidden;
    border: 10px round #645D72;
    padding: 30px;
}

h2 {
    font-family: 'Trebuchet MS', sans-serif;
    color: #645D72;
    background-color:#E6D9FF;
    font-size: 15px;
    border-style: solid;
    border: 10px round #645D72;
    border-radius: 10px;
    padding:30px;
}

p {
    font-family: 'Trebuchet MS', sans-serif;
    color: #645D72;
    background-color:#F4F0FC;
    font-size: 15px;
    border-style: dotted;
    border: 10px round #645D72;
    border-radius: 10px;
    padding:30px;
}

table {
    font-family: 'Trebuchet MS', sans-serif;
    color: #645D72;
    background-color:#F4F0FC;
    font-size: 15px;
    border-style: dotted;
    border: 10px round #645D72;
    border-radius: 10px;
    padding:30px;
}

th
{
    background-color: #EEE6FE;
    border-style: dotted;
    border: 10px round #645D72;
    border-radius: 10px;
}

img
{
    border-radius: 10px;
    border-style: hidden;
    border: 10px round black;
}

footer
{
    font-family: 'Trebuchet MS', sans-serif;
    color: #645D72;
    background-color:#F4F0FC;
    font-size: 15px;
    border-style: dotted;
    border: 10px round #645D72;
    border-radius: 10px;
    padding:30px;
}

#contact1
{
float: left;
padding: 15px;
}

#contact2
{
    float: left;
    padding: 15px;
}

#Pictureofme
{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 25%;
}

/*unvisited link*/
a:link {
    color: #000000;
  }
  
  /* visited link */
  a:visited {
    color: #46126C;
  }

  a:hover {
    background-color: white;
  }

  a:active {
    background-color: #D8C3FF;
  }

