/*
  normal
*/
body {
	color		: #000000;
	background-color	: #DDDDDD;
}
a:link {
	color		: blue;
	text-decoration	: none;
}
a:visited {
	color		: magenda;
	text-decoration	: none;
}
a:hover {
	color		: magenta;
	text-decoration	: underline;
}
a:active {
	color		: blue;
	text-decoration	: underline;
}
.sidebar {
      width : 130px;
      min-width : 130px;
}
.main {
      #width : 96%;
      border: #F0E0FF groove 2px;
      padding: 1em;
      margin-right: 1em;
}
