/*

defaults-xx.css

$Id: defaults-05.css,v 1.1 2010-03-30 14:02:58 mat Exp $

Copyright (C) 2008 Matthew Haas & Discover Dorset Ltd

Matthew Haas, 8A Farcroft Road, Poole, Dorset, BH12 3BQ, GB
Discover Dorset, 1 Lowther House, 110 Lowther Rd, Bournemouth, Dorset, BH8 8NS, GB

*/

body, div, h1, h2, h3, h4, h5, h6, p, table, th, td, img, ol, ul, li, dl, dt, dd, form {

    margin: 0;
    border: none;
    padding: 0;
}

table {

    border-collapse: collapse;
    table-layout: fixed;
    width: 100%;
}

td {vertical-align: top;}

img {display: block;}

ul, ol, li {

    text-indent: 0;
    list-style-position: inside;
}

h1, h2, h3, h4, h5, h6 {

    font-weight: bold;
    font-style: normal;
}