body {
    font-family: Arial, sans-serif;
    FONT-SIZE: 12pt; 
    background: linear-gradient(rgba(70, 130, 180, 0.5), white);
}

.top_menu {
    display: flex;
    justify-content: space-between;
}

.container {
    display: flex; 
}
.left-column {
    width: 70%;
    border-right: 1px solid #ccc;
    padding-left: 0px;
}
.right-column {
    width: 30%;
    padding-left: 1px;
}
.footer {
   width: 100%;
}
img {
    max-width: 100%;
    height: auto;
}
#all
{
    position: relative;
    margin: 0 auto;
    max-width:1000px;
    padding: 0px;
    text-align: left;
    background: white;
}
#td_menu
{
border: 2px solid black;
height: 40px;
}

UL {
        TEXT-ALIGN: justify;
        FONT-FAMILY: Arial, Helvetica, sans-serif;
        FONT-SIZE: 12pt;
        COLOR: black;
	margin-bottom : 0px;
	margin-top : 0px;
	margin-left : 20px;
	margin-right : 10px;
}

P {
        TEXT-ALIGN: justify;
        FONT-FAMILY: Arial, Helvetica, sans-serif;
        FONT-SIZE: 12pt;
        COLOR: black;
        text-indent: 30px; 
	margin-bottom : 0px;
	margin-top : 0px;
	margin-left : 10px;
	margin-right : 10px;
}

a {font-family: Arial, Helvetica, sans-serif; text-decoration: underline; color: black;}
a:hover {  font-family: Arial, Helvetica, sans-serif; text-decoration: none; color: rgb(70, 130, 180);}

a#smenu:link  {COLOR: black; TEXT-DECORATION: none; font-weight: bold;}
a#smenu:visited {COLOR: black; TEXT-DECORATION: none; font-weight: bold}
a#smenu:hover {color: rgb(70, 130, 180); TEXT-DECORATION: none;  font-weight: bold}
a.smenu:link  {COLOR: black; TEXT-DECORATION: none; font-weight: bold;}
a.smenu:visited {COLOR: black; TEXT-DECORATION: none; font-weight: bold}
a.smenu:hover {color: rgb(70, 130, 180); TEXT-DECORATION: none;  font-weight: bold}

