@charset "windows-1252";
/* css Sammysierra */
/* basic elements */
html {
margin: 10;
padding: 3;
}
body {
background-color: rgb(0,0,158);
background-image: url(http://i261.photobucket.com/albums/ii43/samuel_sierra/bgline-1.gif);
background-repeat: repeat-x;
background-attachment: fixed;
font-family: "arial";
font-size: 12px;
color: #FF0000;
line-height: 1.2;
margin: 5;
padding: 0;
}

p1 {
margin-top: 0;
text-align: center;
}
p2 {
margin-top: 0;
text-align: center;
}
p3{
margin-top: 0;
text-align: justify;
}
#index{
font-family: arial;
font-weight: normal;
font-size: 12px;
margin-bottom: 0;
color: yellow;
line-height: 1.35;
}
a:link {
font-weight: bold;
text-decoration: none;
color: #337FFF;
}
a:visited {
font-weight: bold;
text-decoration: none;
color: red;
}
a:hover, a:active {
text-decoration: underline;
color: #FFFF00;
}

#intro {
min-width: 0px;
}
#navigation {
text-align: center;

}
#dropmenudiv{
position: absolute;
border: 1px solid black;
border-bottom-width: 0;
font: normal 10px arial;
line-height: 14px;
z-index: 100;
}
#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 1;
text-decoration: none;
font-weight: bold;
font-size: 11px;
}
#dropmenudiv a:hover{ /*hover background color*/
background-color: #FF3333;
}
#glowtext{
filter: glow(color=#FFFF00,strength=3);
width:100%;
}