.center-text {
        text-align: center;
        }

.arial-text {
    	font-family: Arial;
	}

.times-large {
    	font-family: 'Times New Roman';
    	font-size: larger;
	}

.red-text {
        color: #cc0000; /* or #d40000 for slightly brighter but still compliant */
	}

.styled-table {
  width: 30%;
}

.styled-table-2 {
  width: 100%;
}

.styled-table-3 {
  width: 60%;
}


body {
  background-color: #ffffee;
  color: #000000; /* default text color */
}

body a:link {
  color: #0000ff;
}

body a:visited {
  color: #0000ff;
}

body a:hover {
  color: #ff0000; /* Optional: hover effect */
}

body a:active {
  color: #0000ff;
}

.custom-sidebar-widget {
  background: #f8f8f8;  
  border-radius: 4px;
  padding: 10px;
}