body {
    margin:             0px;
    padding:            0px;
    background-color:   #202020;
    font-family:       Verdana, sans-serif;
    color:              #F0F0F0;
    }

a {
   color:               #C0C0C0;
   text-decoration:     none;
}


input {
    background-color :  #303030;
    border-color:    :  #808080;
    color            :  #F0F0F0;       
}

textarea {
    background-color :  #303030;
    border-color:    :  #808080;
    color            :  #F0F0F0;    
    font-size        :  x-small;
}

.button {
    border-color     : #FFFFFF;
    background-color :  #303030;
    color:           : #F0F0F0;
    margin-left     : 3px;
    margin-top      : 3px;
}


.header {
    background-color:   #080808;
    padding-top:        3px;
    padding-bottom:     3px;
    text-align:         center;
    color:              #C0C0C0;
    font-family:        Arial, sans-serif;
    font-weight:        bold;
    font-size:          medium;
}

.logo {
    height:             auto;
    width:              auto;
}
.logo a {
    font-family:        Verdana, Sans-serif;
}

.pubdate {
    text-align:    left;
    font-size:	   x-small;
}
.actions {
    text-align:         center;
    font-size:	        x-small;
    padding-top:        10px;
    padding-bottom:     3px;
    border-bottom:      1px solid #eeeeee;
    font-family:        Arial, monospace;
}

.actions a {
    font-size:         x-small;
}

.links {
    text-align:         center;
    font-size:          x-small;
    padding-left:       10px;
    background-color:   #080808;
    font-family:        Arial, monospace;
}
.links a {
    font-size:          x-small;
}
.links a img {
    margin-bottom:      40px;
}
.allheadlines {
    background-color:    #303030;
    color:              #C0C0C0;
    font-family:        Verdana, sans-serif;
    text-align:         center;
    font-size:          small;
    padding-left:       21px;
    padding-right:      20px;
    padding-bottom:     3px;
    margin-bottom:      1px;
}

.allheadlines a {
    font-size:          small;
    color:              #666666;
    cursor:             pointer;
}

.items {
    font-size:          small;
    background-color:   #202020;
    color:              #F0F0F0;
    font-family:        Times, sans-serif;
}

.items h1 {
    font-size:          large;
    text-align:         center;
    font-weight:        bold;
    color:              #A0A0A0;
    margin-bottom:      2px;
    font-family:        Verdana, Sans-Serif;
}

.items h2 {
    font-size:          x-large;
    text-align:         center;
    color:              #A0A0A0;
    font-style:         italic;
    margin-bottom:      2px;
}

.items h3 {
    font-size:          large;
    font-weight:        bold;
    font-style:         italic;
}

.items h5 {
    text-align:         center;
}

.items h6  {
    text-align:         center;
}

.items h7  {
    text-align:         center;
}

.items b {
    color:              #F0F0F0;
}

.items i {
    font-style: italic;
}

.items u {
    text-decoration: underline;
    font-style: italic;
}

.items center {
   text-align:         center;
}

.items right {
   text-align:         right;
}

.headline {
    padding:            3px;
    margin-bottom:      5px;
    color:              #F0F0F0;
    background-color:   #606060;
}

.headline a {
    font-family:        Verdana, Sans-serif;
    font-size:          small;
    font-weight:        bold;
    color:              #C0C0C0;
    cursor:             pointer;
}
.itemdate {
    padding-right:       20px;
    padding-top:        1px;
    text-align:         right;
    color:              #666666;
    font-size:          small;
}

.author {
    padding-top:        1px;
    padding-right:       20px;
    text-align:         right;
    color:              #666666;
    font-size:          small;
}

.description {
    width:              100%;
}

.storylink, .storylink a {
    font-size:          small;
    font-weight:        bold;
    text-align:         right;
    color:              gray;
    padding-top:        5px;
    padding-bottom:     5px;
    margin-top:         10px;
}

.cheadline {
    padding:            3px;
    margin-bottom:      1px;
    color:              #666666;
    background-color:   #303030;
    font-family:        Verdana, Monospace;
    font-size:          small;
}
.cheadline a {
    font-size:          small;
    font-weight:        bold;
    cursor:             pointer;
}

.commentCount {
   font-size:          small;
   text-align:         left;
}
