@charset "utf-8";
.rw-img-blog {
	margin: 5px;
	padding: 5px;
	clear: both;
	float: left;
	height: inherit;
	max-width: 480px;
	border:hidden;
	min-width: 240px;
}

.rw-p {
	text-align: justify;
}
a {
    text-decoration: none;
    display: inline-block;
    padding: 8px 16px;
}

a:hover {

}

.previous {
    background-color: #03C;
	color:#333;
}

.next {
	background-color: #03C;
	color: #333;
}

.round {
    border-radius: 50%;
}

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

/* visited link */
a:visited {
	color: #6CF;
}

/* mouse over link */
not used RW

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

/* For dropdown menu... */

.navbar {
	overflow: hidden;
	background-color: #333;
	font-family: Arial, Helvetica, sans-serif;
}

.navbar a {
    float: left;
    font-size: 16px;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

.dropdown {
    float: left;
    overflow: hidden;
}

.dropdown .dropbtn {
	font-size: 16px;
	outline: none;
	color: white;
	padding: 14px 16px;
	background-color: inherit;
	font-family: inherit;
	margin: 0;
	width: 135px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.navbar a:hover, .dropdown:hover .dropbtn {
    background-color: blue;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {
    background-color: #ddd;
}

.dropdown:hover .dropdown-content {
    display: block;
}
#rw-yellow {
	color: #FF0;
}

* {
    box-sizing: border-box;
}

/* Create three equal columns that floats next to each other */
.column {
	float: left;
	width: 33.33%;
	padding: 1px;
	font-size: 11px;
   /* height: 300px;  Should be removed. Only for demonstration */
}

/* Clear floats after the columns */
/*.row:after {
    content: "";
    display: table;
    clear: both;
}
#B_sauss {
	font-weight: bold;
}
#C_Sauss {
	font-weight: bold;
}
#E_sauss {
	font-weight: bold;
}
#F_sauss {
	font-weight: bold;
}  */
ul.a {
    list-style-type: circle;
}
.rw-bold {
	font-weight: bold;

}
