body {
	font-family: Times New Roman;
	background-color: rgba(0, 247, 0, 0.1);
	}

h1, h2, h3, h4, h5, h6 {
	font-family: Times New Roman;
	}

h3{
	font-weight: bold;
	}

.trans1 {
    border-style: none;
    color: blue;
    line-height: 0.9;
}

.trans2 {
    border-style: none;
    color: blue;
    padding-left: 30px;
    line-height: 0.9;
    }

.center {
	text-align: center;	
	}

.indexindent {
	margin-left: 45px;
	text-indent: -15px;
	}
.indentnewline {
    margin-left: 45px;
}
.indentquote {
    margin-left: 75px;
    }

.indentab1 {
    margin-left: 30px;
    margin-bottom: 1px;
    }

.indentab2 {
    margin-left: 60px;
    margin-bottom: 1px;
    margin-top: 1px;
    line-height: 0.9;
    }

.indent {
	margin-left: 30px;
	border-style: hidden;
	}

.indenta {
	margin-left: 30px;
	padding-left: 37px;
	border-style: hidden;
	}

.indent1 {
	margin-left: 30px;
	padding-left: 65px;
	border-style: hidden;
	}

.table1 {
    margin: auto;
    width: 100%;
    padding-left: 45px;
    }

.table2 {
    margin: auto;
    width: 50%;
    }

a:link{
	color: blue;	
	}

a:visited {
	color: blue;	
	}
	
a:hover {
	font-weight: bold;	
	}

img {
	display: block;
	margin-left: auto;
	margin-right: auto;
    margin-bottom: 25px;
	}

.box {
    border: 1px solid black;
    text-align: center;
    }