* {
margin:0px;
padding:0px;
}

body {
font-family: Helvetica;
font-size: 50pt;
font-weight: 900;
letter-spacing: -8px;
background-color: #968468;
}

div #wrapper {
width:100%;
}

div #stripered {
width: 100%;
height: 80px;
background-color: #ff5d37;
border-top:  solid 1px #fda18c;
border-bottom: solid 1px #d84b2a;
}

div #stripeorange {
width: 100%;
height: 80px;
background-color: #fa9d60;
border-top:  solid 1px #ffbd92;
border-bottom: solid 1px #db8146;
}

div #stripeblue {
width: 100%;
height: 80px;
background-color: #8bbaca;
border-top:  solid 1px #a5dcee;
border-bottom: solid 1px #658995;
}

div #stripegray {
width: 100%;
height: 80px;
background-color: #e1e1d5;
border-top:  solid 1px #ffffed;
border-bottom: solid 1px #5c5c5c;
}

div #stripenavy {
width: 100%;
height: 80px;
background-color: #232f45;
border-top:  solid 1px #6d7d9a;
border-bottom: solid 1px #131925;
}

div #stripelime {
width: 100%;
height: 80px;
background-color: #b0d935;
border-top:  solid 1px #cfff3e;
border-bottom: solid 1px #526615;
}

div #stripewhite {
width: 100%;
height: 80px;
background-color: #968468;
}

#stripered:hover {
background-color: #ff7150;
}

#stripeorange:hover {
background-color: #fbae7b;
}

#stripeblue:hover {
background-color: #9bcfe0;
}

#stripegray:hover {
background-color: #f0f0e4;
}

#stripenavy:hover {
background-color: #2d3c58;
}

#stripelime:hover {
background-color: #c4f13c
}

a:link {
color: #000;
text-decoration: none;
}

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

a:hover {
color: #fff;
}