.point      { border:1 dashed auto; }
.brown      { color: #663300; }
.beige      { color: #FFCC66; }
.orange     { color: #FF9900; }
.lightgreen { color: #CCFFCC; }
.gray       { color: #CCCCCC; }
.blue       { color: #003399; }
.red        { color: #FF0000; }
.white      { color: #FFFFFF; }
.nowrap     { white-space: nowrap; }
.b          { font-weight: bold; }
.bigxx      { font-size: xx-large; }
.bigx       { font-size: x-large; }
.big        { font-size: large; }
.small      { font-size: small; }
.smallx     { font-size: x-small; }
.smallxx    { font-size: xx-small; }

/* bodyÝč */

body     {
    background: #FFFFFF;
    color: #000000;
    padding: 10px;
    margin: 10px;
}

/* linkÝč */

a:link      {
	color: #FF6600;
}
a:visited   {
	color: #FF6600;
}
a:active    {
	color: #FF0000;
}
a:hover     {
	color: #FF0000;
}
