A:link {text-decoration: none; color: #2c3e86; font-weight: bold; font-size:20px;}
A:visited {text-decoration: none; color: #2c3e86; font-weight: bold; font-size:20px;}
A:active {text-decoration: underline; color: #e11546; font-weight: bold; font-size:20px;}
A:hover {text-decoration: underline; color: #e11546; font-weight: bold; font-size:20px;}

 #idx {
    position: relative; 
}

#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px;
line-height:18px;
z-index:100;
text-align: center;
color: white;
    margin-left: auto; 
    margin-right: auto;
}

#dropmenudiv a{
    margin-left: auto; 
    margin-right: auto;
text-align: center;
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
background-color: #2c3e86 ;
color: white;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color:  #000261;
color: white;
}


body {
    margin: 0;
    padding: 0;
}

html {
    margin: 0;
    padding: 0;
}

td{
    font-color:2c3e86;
    font-size: 15px;
    text-align: left;
}

#top {
    width: 100%;
    height: 215px;
    background-color: white;
    border: 0;
    border-style: none;
    border-width: 0;
    text-align: center;
    margin-left: 0; 
    margin-right: 0;
    margin: 0;
    padding: 0;
    float:none;
}

#box {

    width: 675px;
    height: auto;
    background-color: fcedc2;
    border: 2px solid black;
    text-align: center;
    margin-left: auto; 
    margin-right: auto;
    padding: 10px;

}

#box1 {

    width: 720px;
    height: auto;
    background-color: white;
    border: 0px solid black;
    text-align:left;
    margin-left: auto; 
    margin-right: auto;
    padding: 10px;

}

#boxt {

    width: 675px;
    height: 500;
    background-color: fcedc2;
    border: 2px solid black;
    text-align:left;
    margin-left: auto; 
    margin-right: auto;
    padding: 10px;

}

#strip {
    width: 600px;
    height: 30px;
    background-color: e11546;
}


.strip {
    width: 600px;
    height: 30px;
    background-color: e11546;
}


h2 {
    display: inline;
    font-size: 160%;
    color: #000044;
}
h3 {
    display: inline;
}

a.category {
    text-decoration: none !important;
    display: block;
    padding: 5px;
    margin: -5px;
    height: 100%;
    font-weight: bold;
}
a i {
    font-size: 85%;
    color: black;
    font-weight: normal;
    font-style: normal;
}