﻿.titlefield{ /*CSS for RSS title link in general*/
    font-family: Arial;
    font-size: 1em;
    color: #F0A000;
    text-decoration: none;
}

.labelfield{ /*CSS for label field in general*/
    color:#A0A0A0;
    font-family: Arial;
    font-size: 0.55em;
}

.datefield{ /*CSS for date field in general*/
    color:gray;
    font-size: 1em;
}


code{ /*CSS for insructions*/
    color: red;
}
