/*************************************************
* Stylesheet for Marja-Riitta Vainikkala's Pages *
* (C) 2003,2004 Jaakko Rajakallio                *
*************************************************/

body {
font-size: medium;
background: #FFFFCC;
}

.navibar {
background: white;
height: 50px;
vertical-align: top;
text-align: center;
width: 700px;
border: solid 1pt;
border-color: black;
}

.main {
color: maroon;
}

h1 {
font-style: normal;
font-size: large;
text-align: left;
}
h2 {
font-style: normal;
font-size: medium;
}

p {
color: maroon;
}

li {
list-style-type: circle;
}

.navibar a {
vertical-align: middle;
text-decoration: none;
color: blue;
}
.navibar a:hover {
vertical-align: middle;
text-decoration: none;
color: green;
}
.navibar a:active {
vertical-align: middle;
text-decoration: none;
color: yellow;
}

