﻿/* ######### General CSS ######### */

ul {
font-size : 13pt;
font-family : Arial;
color : #131C34;
list-style-type: square;
margin-top: 0px;
line-height: 1.5;}

p.banner {
font-family: 'Times New Roman',Georgia,Courier,serif;
font-weight: normal;
font-style: italic;
font-size: 25pt;
color: #131C34;
}

p.title {
font-family: Arial;
font-weight: normal;
font-size: 20pt;
color: #6D7D3D;
}

p.heading {
font-family: Arial;
font-weight: normal;
font-size: 16pt;
color: #6D7D3D;
}

p.body {
font-family: Arial;
font-size: 13pt;
color: #131C34;
font-weight: normal;
text-align: justify;
}

p.zip {
font-family: Arial;
font-size: 10pt;
color: #808080;
font-weight: normal;
text-align: justify;
}

p.comment {
font-family: 'Times New Roman',Georgia,Courier,serif;
font-style: italic;
font-size: 14pt;
color: #6D7D3D;
}

.ziwipeak-blue {
color: #131C34;
}

.ziwipeak-green {
color: #6D7D3D;
}

img {
border: none;
}

.mattblackmenu li a:visited{
color: white;
}

.mattblackmenu li a:hover{
background: #6D7D3D; /*background of tabs for hover state */
}

.mattblackmenu a.selected{
background: #8A9450; /*background of tab with "selected" class assigned to its LI */
}

A:link { color: #6D7D3D ; }
A:visited { color: #6D7D3D ; }
A:hover { color: #131C34; }

/* A:link { font-size:14; font-weight:bold; color: #6D7D3D ; background: none } */
/* A:visited { font-size:1; font-weight:bold; color: #6D7D3D ; background: none } */
/* A:hover { font-size:14; font-weight:bold; color: #D68F54; background: none } */


/* ######### News & Blog CSS ######### */

.blogtitle {
font-family: Arial;
font-weight: normal;
font-size: 18pt;
color: #6D7D3D;
}

.date {
font-family: Arial;
font-weight: normal;
font-size: 10py;
color: #A4B182;
}
