.dottedtable {
	padding: 3px;
	border: dashed #33CC33;
	padding-left: 3em;
	padding-right: 3em;
}
body      { margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;
            scrollbar-face-color: white;
            scrollbar-shadow-color: peachpuff;
            scrollbar-darkshadow-color: whitesmoke;
            scrollbar-highlight-color: peachpuff;
            scrollbar-3dlight-color: whitesmoke;
            scrollbar-track-color: white;
            scrollbar-arrow-color: peachpuff;
            overflow: auto; }
.keyword {
	font-weight: bold;
	color: #CC6633;
}
.subject {
	color: #990033;
	font-family: "ΌΠ·’Ει";
	font-size: 24px;
}

.text {
	color: #333333;
	line-height: 150%;

}

a:link {color: #336699; text-decoration: none;}
a:hover	{ color: #3366CC; position: relative; top: 1px; left: 1px; text-decoration: none;}
a:visited {color: #336699; text-decoration: none;}

a:link.b {color: #CC6699; text-decoration: none;}
a:hover.b	{ color: #FF6699; position: relative; top: 1px; left: 1px; text-decoration: none;}
a:visited.b {color: #CC6699; text-decoration: none;}

