body {
    background-color:white;
    font-family:Century;
}

div.page {
    width: 400px;
    height: 600px;
    background-color: white;
    border: 4px solid;
    margin: auto;
}

div.header {
    background-color: black;
    border: 1px solid;
    height: 70px;
    text-align: center;
    font-size:220%;
    line-height:70px;
    vertical-align:middle;
    color:white;
}

div.back {
    margin-top:5px;
    position:absolute;
    text-align:center;
    font-size:100%;  
}

div.home {
    margin-top:5px;
    position:absolute;
    margin-left: 339px;
    text-align:center;
    font-size:100%;  
}

div.content {
    vertical-align: text-bottom;
    bottom: 0;
    right: 0;
    height: 528px;
    background-color: white;
    margin-left: auto;
}

div.success {
    
    vertical-align: text-bottom;
    border: 3px solid;
    height: 90px;
    width:350px;
    border-color: green;
    border-style:dashed;
    margin-left: 25px;
    font-size:150%;
    text-align:center;
    
}

div.list {
    width: 350px;
    border: 1px solid;
    margin-left: 25px;
    background-color:lightblue;
    font-size:200%;
    color:black;
    text-align:center;
}

div.list:hover {
    width: 350px;
    background-color:lightgoldenrodyellow;
}

#listmiddle {
    border-top:hidden;
    border-bottom:hidden;
}

div.highlight {
    position:absolute;
    border: 3px solid;
    border-style:dotted;
    border-color:red;
    height: 90px;
    width: 360px;
    margin-left: 20px;
}

#highlight_1 {
    text-align:center;
    margin-top: 20px;
}

#highlight_2 {
    margin-top: 150px;
}

#highlight_3 {
    margin-top: 285px;
}

#highlight_4 {
    text-align:center;
    margin-top: 415px;
}

div.highlight_event {
    position:absolute;
    border: 3px solid;
    border-style:dotted;
    border-color:red;
    height: 92px;
    width: 119px;
    margin-top: 115px;
}

#highlight_event1 {
    margin-left: 75px;
}

#highlight_event2 {
    margin-left: 200px;
}

div.eventplannerlist {
    width: 350px;
    
    border: 1px solid;
    margin-left: 30px;
}

div.span {
    width: 350px;
    height: 50px;
    margin-left: 30px;
}

div.label {
    font-size:130%;
}

a {
    text-decoration:none;
    color:black;
}

a:focus {
    color:black;
}


