/* Default styles for my pages */
/* phoheo swiftdsl com au */

BODY  {
	background-color : #FFFFFF;
	font-family : serif;
}

h1, h2, h3, h4 {
	font-family : sans-serif;
	text-align : center;
	text-transform : uppercase;
	font-weight : bold;
}

H1  {
	font-size : x-large;
}

H2  {
	font-size : large;
}

H3  {
	font-size : medium;
}

H4  {
	font-size : medium;
	font-style : italic;
}

A:Visited, A:Active, A:Link {
	text-decoration : none;
}

A:Hover  {
	text-decoration : underline;
}


TABLE  {
	width : 100%;
}

img {
	border : 0;
}

.MenuBar  {
	font-family : sans-serif;
	font-weight : bold;
	font-style : normal;
	color : #FFFFFF;
	text-align : center;
	text-transform : uppercase;
	background-color : #8694a7;
	padding : 5px;
}

.SideBar  {
	background-color : #8694a7;
	font-family : sans-serif;
	font-style : normal;
	font-weight : bold;
}

.TitleBar  {}

