
body {
color: black;
background-color: #ffffcc;

}

#top {
text-align:center;
}

#box {
text-align:center;
width:600px;
height:auto;
border:2px; border-style:solid; color:black;
}

H1 {
text-align: center;
font-family:"verdana", sans-serif;
font-size:200%;
font-weight: bold
text-transform: uppercase;
}

H2 {
text-align: center;
font-family:"verdana", sans-serif;
font-size: 160%;
font-weight: bold
}

H3 {
text-align: center;
font-family:"verdana", sans-serif;
font-size: 130%;
font-weight: bold
}

H4 {
text-align: left;
font-family:"verdana", sans-serif;
font-size: 130%;
font-weight: bold
}

p.justify {
text-align: justify;
font-family:"arial", sans-serif;
font-size: normal;
font-weight: normal;
}

p.center {
text-align: center;
font-family:"arial", sans-serif;
font-size: normal;
font-weight: normal;
}

p.left {
text-align: left;
font-family:"arial", sans-serif;
font-size: normal;
font-weight: normal;
}

p.right {
text-align: right;
font-family:"arial", sans-serif;
font-size: normal;
font-weight: normal;
}

.center {
text-align: center;
}

.left {
text-align: left;
}

.right {
text-align: right;
}

#famous {
table-layout:fixed;
}

#name {
width:250px;
background-color:#ffe7ba;
}

#occupation {
width: 300px;
background-color:#8ee5ee;
}

#date {
width: 250px;
background-color: #ffd39b;
}

a:link {
color:black; background: #66ff66; text-decoration:none;
}
a:visited {
color: #9E50EC;
}
a:hover {color:#9B30FF; background: #66ff66;
}

