samp /* plik */
{
font-family: courier, "courier new", monospace;
}
kbd /* komenda z klawiatury */
{
font-family: courier, "courier new", monospace;
font-weight: bold;
}
.vimcmd
{
font-family: courier, "courier new", monospace;
}
.vimmode
{
font-family: courier, "courier new", monospace;
font-weight: bold;
}

em { text-decoration: underline; font-style: normal; }

.regexp { font-weight: bold; }
.regexp_match { font-style: italic; }

font.tag
{
font-family: courier, "courier new", monospace;
color: maroon;
}

font.envvar { color: #9900CC; }
font.comment { color: #000099; }
strong { color: #FF0000; font-weight: bold; }
