@import url(main_layout.css);

body {
    /* background */
    background-attachment:fixed;
    background-color:white;
    background-position:top center;
    background-repeat:no-repeat;
    /* font */
    font-family:"Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
    font-size:0.8em;
    /* text */
    color:white;
}

a:link, a:visited {
    /* text */
    color:#99CC33;
    text-decoration:none;
}

a:hover, a:active, a:focus {
    background:rgb(178, 207, 66); /* background */
    color:white; /* text */
}

a.indent {
    margin-left:15px; /* margin */
}

acronym {
    font-style:italic; /* font */
    cursor:help; /* positioning */
}

h1 {
    font-size:1.6em; /* font */
    line-height:2.0em; /* text */
}

h3 {
    font-size:1.0em; /* font */
}

h4 {
    color:black; /* text */
}

p {
    line-height:2em; /* text */
}

span#delete_link {
    padding-left:20px; /* padding */
}

table {
    margin-top:15px; /* margin */
}

td, th {
    padding:0px 10px 15px 0px; /* padding */
}

ul {
    list-style:none; /* list */
    margin-left:-40px; /* margin */
    line-height:1.6em; /* text */
}