@import url(main_layout.css);

body {
    /* background */
    background-attachment:fixed;
    background-color:white;
    background-position:bottom right;
    background-repeat:no-repeat;
    /* font */
    font-family:"Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
    font-size:0.8em;
    /* margin */
    margin:0px;
    /* text */
    color:#606060;
}

a:link, a:visited {
    /* text */
    color:#CC3300;
    text-decoration:none;
}

a:hover, a:active {
    /* text */
    color:#606060;
    text-decoration:underline;
}

a.indent {
    margin-left:15px; /* margin */
}

acronym {
    font-weight:bold; /* font */
    cursor:help; /* positioning */
}

h1 {
    font-size:1.6em; /* font */
    line-height:2.0em; /* text */
}

h3 {
    font-size:1.0em; /* font */
}

p {
    line-height:1.6em; /* text */
}

span#delete_link {
    padding-left:20px; /* padding */
}

ul {
    list-style:none; /* list */
    margin-left:-40px; /* margin */
    line-height:1.6em; /* text */
}