/* http://jigsaw.w3.org/css-validator/validator?uri=http://www.miju.com.au/ */

body  {
    font-family : Verdana, Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
    color : black;
    background : white url("img/background.png") repeat-y;
}

#header {
    font-size : 14pt;
    margin : 0 5px 0px 5px;	/* top right bottom left */
}

#navigation {
    font-size : 10pt;
}

#content {
    font-size : 10pt;
}

#news {
    font-size : 9pt;
}

.resources {
    font-size : 8pt;
}

.modified {
    font-size : 8pt;
}

.legals {
    font-size : 8pt;
    text-align : center;
}

.hide {
    display : none;
}

.left {
    float : left;
}

.right {
    float : right;
}

pre, tt, code, kbd, samp {
    font-family: "Courier New", Courier, Monaco, monospace;
}

h1 {
    font-size : 14pt;
}

h2 {
    font-size : 12pt;
}

h3 {
    font-size : 11pt;
}

h1:first-child { margin-top: 0 }

td {
    vertical-align : top;
}

p {
    text-align : justify;
}

li {
    margin : 5px 0 3px 0;	/* top right bottom left */
}

dt {
    margin-top : 7px;
}

img {
    border : 0 none ;
    vertical-align : middle;
}

a:link {
    background-color : transparent;
    color : blue;
}

a:visited {
    background-color : transparent;
    color : purple;
}

a:hover {
    background-color : yellow;
    color : red;
}

a:active {
    background-color : yellow;
    color : red;
}

a:focus {
    background-color : yellow;
    color : red;
}


