
/* general typography */
body   {
	color: #333;
	font-size: 80%;
	font-family: Verdana, Arial, Helvetica, sans-serif
    ;
	margin: 2em;
	padding: 0;
	}

h1, h2, h3, h4, h5, h6, th {
    color: #254584;
    font-weight: bold
    }

p {
    font-size: 1em;
    line-height: 1.5em;
    margin: 1.2em 0
    }

/* customization of elements and classes */
a:link {
    color: #036;
    text-decoration: underline
    }

a:visited {
    color: #036;
    text-decoration: underline
    }

a:hover {
    color: #369;
    text-decoration: underline
    }

a:active {
    color: #fff;
    text-decoration: underline
    }

ul {
    list-style-type: disc;
    margin-bottom: 1em
    }

.image-caption   {
    color: #666;
    font-size: 0.8em;
    line-height: 1.2em;
    padding-right: 0.3em
    }

/* catalogue styles */

h1#keag-specialoffers-title {}
table#keag-specialoffers-search {}
form#keag-specialoffers-search-form {}
p#keag-specialoffers-nav-top {}
table#keag-specialoffers-list {
	border-color: #999;
	border-style: solid;
	border-width: 2px 2px 1px;
	}
tr.keag-specialoffers-list-row {
	
	}
td.keag-specialoffers-list-cell-img {
	border-bottom: 1px solid #999;
	}
th.keag-specialoffers-list-cell-title {
	border-bottom: 1px solid #999;
	}
td.keag-specialoffers-list-cell-vendors {
	border-bottom: 1px solid #999;
	}
td.keag-specialoffers-list-cell-description {
	border-bottom: 1px solid #999;
	}
td.keag-specialoffers-list-cell-download {
	border-bottom: 1px solid #999;
	}
p#keag-specialoffers-nav-bottom {}
p#keag-specialoffers-copyright {
	color: #666;
	font-size: 9px;
	}

