a:link {color: #617ACD; text-decoration:none}
a:visited {color: #617ACD; text-decoration:none}
a:hover {color: #617ACD; text-decoration:underline}
a:active {color: #617ACD; text-decoration:none}

body {
    font-family: Verdana, Arial, Tahoma, Verdana, Helvetica;
    font-size: 16px;
    margin: 0px;
    padding: 20px;
}

h1.title {
    
}

p.title {
    width: 70%;
    font-style: italic;
    font-size: small;
}

div.category {
    border: none;
    width: 300px;
    display: inline;
    float: left;
    margin: 2px;
}

div.feedItem {
    width: 70%;
    padding: 10px;
}



div.flip0 {
    background-color: #f1f1f1;
}

div.flip1 {
}

div.categoryName {
    font-size: 20px;
    background-color: #1A6096;
    font-weight: bold;
    color: white;
    padding: 4px;
    border:none;
}

div.items {
    border: 1px solid silver;
    padding: 4px;
}

div.validator {
    margin: 20px;
}

table.items {
    font-size: 9px;
}

table.items {
    width: 100%;
}

tr.item0 {

}
tr.item1 {
    background-color: black;
}
td.itemTitle {
}
