body {
    color: #001722;
    text-align: justify;
    font: normal 16px "courier new";
    background: url(/vanessa/images/bg.png) repeat fixed #fff;
}
a:link, a:active, a:visited {
    color : #3100fa;
    text-decoration:none;
}
a:hover {
    font-weight :normal;
    color : #2cff15;
}
#nav ul {
	 text-align: center;
	 padding: 20px;
	 margin:0;
	 list-style-type: none;
	 letter-spacing:0;
	 word-spacing:25px;
	 background: pink;
}
#nav ul li {
	 padding: 0;
	 display: inline;
}
#nav ul li a {
	 color: #8547ff;
	 font: italic 20px georgia;
	 text-decoration: none
}
#nav ul li a:hover {
	 color: #2bc6ff;
	 text-decoration: underline;
}
#container {
    width:650px;
    margin : 0 auto;
    border-radius: 25px;
    border: 5px solid #b996ff;
    background-color:#fafafa;
}
#header {
    height:150px;
    padding : 0;
}
#content {
    padding : 0;
    margin-top:0;
}
.name{
      color: hotpink;
      font: bold 100px "courier new";
      text-align:center;
      letter-spacing:0;
      text-transform:capitalize;
}
.name2{
      color: #1fb0ff;
      text-align: center;
      margin-top: 0;
      padding: 0;
      font: bold italic 20px georgia;
}
.content {
    padding:20px;
}
#footer {
    text-align : center;
    clear : both;
    padding : 0;
    margin-top:15px;
}
h1 {
    color : #ff61dd;
    font: bold italic 75px;
    padding : 0;
    margin-top:0;
    margin-bottom : 5px;
    text-transform : lowercase;
    text-indent : 0;
    letter-spacing : 0;
}
h2 {
    margin-bottom : 5px;
}
.image {
    background: pink;
    padding : 5px;
}
b {
    color : #58006e;
}
i {
    color : #fa5710;
}
u {
    color : #009c1c;
}
blockquote {
    font: italic 14px "courier new";
    border-radius: 25px;
    background : pink;
    padding : 10px;
}
input, textarea, option, select, submit {
    font: normal 14px "courier new";
    padding : 5px;
    border-radius: 18px;
    border: 0;
    background: pink;
}
ul li {
    margin: 0;
    text-align:left;
    letter-spacing:0;
    list-style-type:circle;
}
.members{
    width : 100%;
}
.members td{
    text-align : center;
    padding:5px;
    background : pink;
    text-transform:capitalize;
}