* {
font-family: verdana, arial, sans-serif;
}
h1 {
font-weight: normal;
font-size: 28pt;
font-family: "Zapf Chancery", "Apple chancery", "Lucida Handwriting", script;
margin: 0;
}
h2 {
font-weight: normal;
font-size: 20pt;
font-family: "Zapf Chancery", "Apple chancery", "Lucida Handwriting", script;
margin: 0;
margin-bottom: 10px;
}
h3 {
font-size: 12pt;
}
p,li,td {
font-size: 9pt;
}
#main {
width: 800px;
border-left: 2px solid rgb(150,150,100);
border-right: 2px solid rgb(150,150,100);
background-color: rgb(255,255,230);
height: 100%;
}
#header {
width: 800px;
height: 350px;
background-image: URL('images/egypt_header.jpg');
background-repeat: none;
text-decoration: none;
}
#header h1, #header h2 {
padding-left: 10px;
color: rgb(255,246,141);
}
body {
margin: 0;
padding: 0;
background: rgb(220,220,180);
}
.content {
padding: 10px;
}
.navigation {
padding: 10px;
background-color: rgb(240,240,210);
}
.key {
font-weight: bold;
text-align: right;
}
.inner_list {
margin-left: 0;
padding-left: 10;
}