a.plain { 
text-decoration: none;
color: black
}

b.gra { color: "#646464" }

p.indrag {
    padding-left: 1.5em;
				padding-right: 0.5em;
    border-left: none;
    border-top: none;
    border-bottom: none;
    border-right: none;
    border-left-width: thin;
    border-color: red; 
}

:link { text-decoration: none; color: maroon }  /* for unvisited links */
:visited { text-decoration: none;color: maroon } /* for visited links */
:active { text-decoration: none;color: red } /* when link is clicked */
:hover { text-decoration: underline;color: blue } /* when mouse is over link */

div.box { border: solid; border-width: thin; width: 135px }

div.color {
background: rgb(245,245,220);
border: none;
}

