/* Style sheet for the Cenotaph Project pages*/
/*started July 10, 2018 CBS*/


body {
	background-color: #CCFFFF;
	font-family: "Times New Roman", Times, serif;
}

h1 {
  text-align:center;
}

#para1 {
	text-align:center;  
}

/*#para1c {
	text-align:center;
}*/

#para1c::after {
	content:" 2023";
}
	


#para2	{
	text-align:left;
}

#para3	{
	text-align:right;
}

#


 /* unvisited link */
a:link {
    color: blue;
}

/* visited link */
a:visited {
    color: green;
}

/* mouse over link */
a:hover {
    color: red;
}

/* selected link */
a:active {
    color: darkblue;
} 

 /* unvisited link */
a:link {
    color: blue;
}

/* visited link */
a:visited {
    color: green;
}

/* mouse over link */
a:hover {
    color: red;
}

/* selected link */
a:active {
    color: darkblue;
} 

/* Tables Format */

table, tr, td {
   border: 0px solid black;
   padding: 5px;
   height: auto;

}

 #tdata1	{
	vertical-align: top;
	text-align:center;
}

#tdata2	{
	vertical-align: top;
	text-align:left;
	height: auto;
	}

	







