﻿@import url("layout.css");

body 
{
    margin: 0;
	padding: 0;
	border: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
h1,h2,h3,h4,h5,h6 {
	color: #503750;
}

.RSSLink
{
    color:#888888;
    font-weight:bold;
    font-size:11pt;
}

.RSSDescription
{
    max-width:200px;
}

img 
{
	border: 0;
    
    }
a {
	color: #402640;
	text-decoration: underline;
}
a:hover {
	color: #dfb8df;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

