﻿body 
{
	background-color : Black;
    font-family: Verdana, Arial; 
    text-align: center;
	font-weight: bold; 
	font-size: large;
}
.marsgreen
{
    border-top-style: ridge; 
    border-right-style: ridge; 
    border-left-style: ridge; 
    border-bottom-style: ridge;
	background-image: url(imgs/bmps/mars02s4sm2.bmp);
	background-repeat: repeat; 
	color: yellow; 
}
.marsgreennoborder
{
	background-image: url(imgs/bmps/mars02s4sm2.bmp);
	background-repeat: repeat; 
	color: yellow; 
}
.fracblue
{
	border-top-style: ridge; 
	border-right-style: ridge; 
	border-left-style: ridge; 
	border-bottom-style: ridge; 
	background-image: url(imgs/FracTile/FT0089.bmp); 
	background-repeat: repeat; 
}
.fracbluenoborder
{
	background-image: url(imgs/FracTile/FT0089.bmp); 
	background-repeat: repeat; 
}
.marsbrick
{
    border-top-style: ridge; 
    border-right-style: ridge; 
    border-left-style: ridge; 
    border-bottom-style: ridge; 
	background-image: url(imgs/bmps/mars21s2.bmp); 
    background-repeat: repeat; 
	color: aqua; 
}
.marsbricknoborder
{
	background-image: url(imgs/bmps/mars21s2.bmp); 
    background-repeat: repeat; 
	color: aqua; 
}
.marsstucco
{
	border-top-style: ridge; 
	border-right-style: ridge; 
	border-left-style: ridge; 
	border-bottom-style: ridge; 
    background-image: url(imgs/bmps/mars81s4.bmp); 
    background-repeat: repeat; 
    color: aqua; 
}
.fracred
{
	border-top-style: ridge; 
	border-right-style: ridge; 
	border-left-style: ridge; 
	border-bottom-style: ridge; 
    background-image: url(imgs/FracTile/FT0134.bmp); 
    background-repeat: repeat; 
    color: aqua; 
}