/* Simple CSS2.1 style sheet header.css */

/* Author: David Bruce (dib@dib-online.info) */


/* ==== 'header' ==== */

div#header
	{
	  color : teal
        ; text-align : right
        /* ; border: thin dotted red */ 
	}
span.eXtremities { color : teal ; font-family: cursive, sans-serif ; font-weight: bold }
span.titleX      { color : #fd0 ; font-size : 150% ; vertical-align : -13% }


div#header h1 { padding : 0 ; margin : 0 }
div#header p { padding : 0 ; margin : 0 }

div#header p.brand
	{
	  font-family : cursive,sans-serif
        ; font-weight: bold
        ; font-size : 300%
        }
div#header p.tagline
	{
	  font-family : sans-serif
	}

div#header a { color: inherit ; text-decoration: inherit }

/* ==== 'host' ==== */

div#host
	{ font-size: 150%
        ; text-align : center
        } 
div#host img { 
	; width : 96px ; height : 96px
	; margin: 2px ; border: 0 ; padding: 0
	}
div#host
	{ font-family : sans-serif
        } 
div#host p#dib,div#host p#online { display: none}
div#host p#dib { padding : 0 ; margin : 0 ; color: purple
	; font-style: normal ; font-size: 180% ; font-weight: bold
	}
div#host p#online { padding : 0 ; margin : 0 ; color : blue
	; font-style: italic ; font-size: 90%
	}

