/*
     Text and styling in the Escape The Kennel website

*/

body {
background: #5588AA;
}

img {
border: 0
}

a:link {
color: #000080;
text-decoration: none;
}

a:visited{
color: #000080;
text-decoration: none;
}

a:hover{
color: #336699;
text-decoration: none;
}

.navigation {
font-family: Verdana;
font-size: 13px;
}

.header {
color: #808080;
font-size: 10px;
font-family: Verdana;
}

p {
font-family: Verdana;
font-size: 13px;
}

.text {
font-family: Verdana;
font-size: 13px;
}

.bold {
font-family: Verdana;
font-size: 13px;
font-weight: bold;
}

.italic {
font-family: Verdana;
font-size: 13px;
font-style: italic;
}

.tablecolours {
background-color: #808080;
color: white;
}


