/* MY STYLE */
*
{
BACKGROUND-COLOR: lightblue;
FONT-FAMILY: 'Comic Sans MS';
}

h1 {
	text-align: center;  
	font-weight: bold; 
	font-style: italic; 
	font-size: 48;
}

h2 {
	text-align: center; 
	font-weight: normal;
	font-size: 12;
	margin-top: .0001pt;
}

h4 {
	text-align: center; 
	font-weight: normal;
	font-size: 32;
	margin-top: .0001pt;
}

DIV.sidebar
{
  float: right;
  width: auto; height: auto;
  top: 1em; right: 1em; bottom: 1em; left: auto; 
  background: grey;
  padding: 0px;
  margin: 0px;
}
DIV.sidebaritem
{
  border: solid yellow;
  border-width: 3px;
  padding-bottom: 3px;
  margin-top: 0px;
  margin-bottom: 6px;
}
DIV.sidebar H3
{
  background: yellow;
  color: blue;
  margin-top: 0px;
  margin-bottom: 5px;
  text-align: center;
}