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

body {
font-family: Helvetica;
font-size: 130pt;
font-weight: 900;
letter-spacing: -20px;
background-color: #b0d935;
}

div #wrapper {
width:100%;
}

div #stripered {
width: 100%;
height: 16.66%;
background-color: #ff5d37;
border: none;
}

div #stripeorange {
width: 100%;
height: 16.66%;
background-color: #fa9d60;
border: none;
}

div #stripeblue {
width: 100%;
height: 16.66%;
background-color: #8bbaca;
border: none;
}

div #stripegray {
width: 100%;
height: 16.66%;
background-color: #e1e1d5;
border: none;
}

div #stripenavy {
width: 100%;
height: 16.66%;
background-color: #232f45;
border: none;
}

div #stripelime {
width: 100%;
height: 16.66%;
background-color: #b0d935;
border: none;
}

div #stripewhite {
width: 100%;
height: 0px;
background-color: #fff;
border: none;
}

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

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

#stripeblue:hover {
background-color: #8bbaca;
}

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

#stripenavy:hover {
background-color: #232f45;
}

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



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

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

a:hover {
color: #fff;
le
}