/* LINE */
hr {
color: "#00aa00";
width: "50%"
}

/* UNORDERED LISTS */
ul {
list-style-type: "square";
list-style-position: "outside"
}

/* TABLES */
table {
padding: "0px";
border-spacing: "0cm";
}

/* TABLE CELLS */
td { font-family: "comic sans ms, arial, helvetica, impact, sans-serif";
text-decoration: none;
}


/* GENERIC */
#subject {
background-color: "#ffffff";
color: "#00aa00";
text-align: "right";
font-weight: "normal";
font-size: "10px"
padding: "10px";
}
#title {
text-indent: "0em";
color: "#00aa00";
text-align: "center";
font-weight: "bold";
font-size: "28px";
padding: "10px";
align: "center"
}
#subtitle {
text-indent: "0em";
color: "#00aa00";
text-align: "center";
font-weight: "bold";
font-size: "20px";
padding: "10px";
align: "center";
}
#byline {
color: "#00aa00";
text-align: "center";
font-weight: "normal";
font-size: "16px";
padding: "10px";
}
#photo {
background-color: "#ffffff";
color: "#000000";
text-align: "center";
font-size: "10px";
font-weight: "normal";
padding: "10px";
}
#lead {
text-indent: "0em";
color: "#000000";
text-align: "justify";
font-size: "16px";
font-weight: "bold";
padding: "10px";
}
#content {
color: "#000000";
text-align: "justify";
font-size: "14px";
font-weight: "normal";
text-indent: "3em";
padding: "5px";
}

#cities {
color: "#000000";
text-align: "justify";
font-size: "14px";
font-weight: "normal";
}


#color {
background-color: "#00aa00";
color: "#ffffcc";
text-align: "center"
}
#name {
background-color: "#00aa00";
color: "#ffffcc";
text-align: "center";
font-weight: "900";
font-size: "40px";
}
#slogan {
background-color: "#00aa00";
color: "#ffffcc";
text-align: "left";
font-weight: "900";
font-size: "20px";
}
#ads {
color: "#000000";
text-align: "center";
font-size: "10px";
}
#author {
color: "#00aa00";
text-align: "left";
font-weight: "bold";
font-size: "12px";
}
#bio {
color: "#000000";
text-align: "left";
font-weight: "normal";
font-size: "10px";
}
#caption {
color: "#000000";
text-align: "center";
font-weight: "normal";
font-size: "10px";
}
#credit {
color: "#000000";
text-align: "center";
font-weight: "normal";
font-size: "10px";
}
#white {
color: "#ffffff";
text-align: "center";
font-weight: "normal";
font-size: "10px";
}
a:link {
color: "#00aa00";
text-decoration: none
}
a:active {
color: "#00aa00";
text-decoration: none
}
a:visited {
color: "#00aa00";
text-decoration: none
}
a:hover {
color: "#ff0000";
text-decoration: underline
}

a.nav:link {
color: "#ffffcc";
text-decoration: none
}
a.nav:active {
color: "#ffffcc";
text-decoration: none
}
a.nav:visited {
color: "#ffffcc";
text-decoration: none
}

a.nav:hover {
filter: glow(color=#ffffcc, strength=5);
color: "#ff0000";
height:0;
text-decoration: none
}