﻿body {
	background-color: black;
	color: #808080;
}

h1 {color: white;}
h2 {color: white;}
h3 {color: white;}

.sub {color: yellow;}
.expl {color: #00FF00;}
.xmpl {color: #00FF00;}
.desc {color: #BBBBBB;}
.code {color: white;}
.cmd {color: #0066FF;}
.text {color: #AC0000;}
.arg {color: yellow}
.by {color: #AC44FF}
.by2 {background-color: #AC44FF;}

a {color: aqua; text-decoration: none; font-weight: bold;}
th {color: silver;
	border: 1px white solid}

td {
	padding-left: 5px;
	padding-right: 5px;
	border: white solid 1px;
}

