body {
background-color: #000;
}

#container {
width: 800px;
border: thin solid #F22;
background-color: #000;
font: 12pt Times, serif;
color: #DDD;
}

#menu {
font: 14pt Times, serif;
border-top: thin solid #F22;
border-bottom: thin solid #F22;

}

/* index page */
#memflyer {
width: 700px;
text-align: left;
color: #DDD;
}

/* Tribute page */
#sign {
font: 10pt Times, serif;
font-weight: bold;
text-align: right;
border-bottom: thin solid #F22;
}

/* Guestbook page */
#ratbookname {
font: 10pt Times, serif;
font-weight: bold;
text-align: left;
}

#ratbook {
font-weight: normal;
text-align: justify;
border-bottom: thin solid #F22;
}


/* ***** menu links ***** */
.mlink {font-weight: bold;}
.mlink:link {font-weight: bold; text-decoration: none; color: #FFF;}
.mlink:visited {font-weight: bold; text-decoration: none; color: #FFF;}
.mlink:active {font-weight: bold; text-decoration: none; color: #FFF;}
.mlink:hover {font-weight: bold; text-decoration: none; color: #D00;}

/* '|' separator in menu */ 
.menubar {
color: #D00;
}

h1 {
font: 22pt Times, serif;
color: #DDD;
}

h2 {
font: 18pt Times, serif;
color: #DDD;
}

h3 {
font: 16pt Times, serif;
color: #DDD;
}

h4 {
width: 700px;
font: 16pt Times, serif;
font-weight: bold;
color: #DDD;
text-align: left;
}

h5 {
font: 10pt Times, serif;
font-weight: normal;
text-align: center;
}


p {
width: 700px;
text-align: justify;
}

