/*Basic Selectors*/
body {
	background-color: black;
	color: white;
}

h1	{
	background-color: black;
	color: white;
}

h2	{
	background-color: black;
	color: white;
}

h3	{
	background-color: black;
	color: white;
}

p	{
	background-color: black;
	color: white;
}

a	{
	background-color: black;
	color: white;
}
/*List Selectors*/
ul	{
	background-color: black;
	color: white;
}

ol	{
	background-color: black;
	color: white;
}

li	{
	background-color: black;
	color: white;
}

dl	{
	background-color: black;
	color: white;
}

dt	{
	background-color: black;
	color: white;
}

dd	{
	background-color: black;
	color: white;
}
/*table*/
table	{
	background-color: black;
	color: white;
}

th	{
	background-color: black;
	color: white;
}

td	{
	background-color: black;
	color: white;
}

caption	{
	background-color: black;
	color: white;
}
.themed {
	border: 2px solid white;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.theme1 { background-color: #0000ff; }
.theme2 { background-color: #ff0000; }
.theme3 { background-color: #ee82ee; }

.theme2 { border-style: dashed; }
.theme3 { border-style: double; }

.imgr {
	border: 3px solid white;
	padding: 5px;
}

.imgs {
	border: 2px dotted gray;
	margin-top: 10px;
}

.keyword {
	text-decoration: underline;
}

#Pm {
	color: red;
}