h1
{
  color:blue;
  text-decoration: underline;

}

h2
{
  color:blue;
  text-decoration: underline;
}

.directive
{
  #color:magenta;
  font-size:130%;
}

.directive2
{
  font-size:130%;
}


.window-base
{
	position: absolute;
	width: 50px;
	height: 50px;
	background-color: #ffffff;
	border: 0px solid #000;
        text-align:center;
}


.window-base2
{
	position: absolute;
	width: 280px;
	height: 50px;
	background-color: #ffffff;
	border: 0px solid #000;
        text-align:center;
}



.button
{
	position: absolute;
	background-color: #FFC;
	border: 1px solid #000;
        text-align:center;
        color:blue;
        font-size:16px;
}

.window-close , .window-min-max
{
	float: right;
	background-color: #EEE;
}

.window-move
{
	width: 100%;
	height: 50px;
	background-color: #ffffff;
	color: #FFF;
	cursor: move;
}

td
{
    font-size:130%;
}