body {
	font-family: Times New Roman;
	background-color: #b3d1ff;
	}

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

.blue {
    color: blue;
    }    

.indent {
    margin-left: 30px;
    }

table {
    border-collapse: collapse;
    width: 100%;
    }

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

.center{
  text-align: center;
	}
   
body {
    background-color: #b3d1ff";
    }

.cb {
    text-align: center;
    font-weight: bold;
    }    

.rt {
    text-align: right;
	vertical-align: top;
	}

.lt {
    text-align: left;
	vertical-align: top;	
	}

.black {
	color: black
	}

* {
    box-sizing: border-box;
    }

.ltb {
    text-align: left;
	vertical-align: top;
	color: blue;
	}

.right {
    text-align: right;
    }

td.right {
    vertical-align: top;
	font-size: 20px;
    text-align: right;
    padding-right: 5px;
    }    

.ch {
    text-align: center;
    font-weight: bold;
	font-size: 21pt
	}
	
a:link{
	color: blue;	
	}

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