li{font-weight: bold; font-size: large;}
h1{text-align: center; color: purple; font-size: large;}
p{text-indent: 1.5cm; color: grey; text-align: left;}

a {color: lightpink;
   text-decoration: none;
   font-weight: bold;
}

a:link {color: lightblue;
}

a:visited {color: lightorange;
}

a:hover {color: darkblue;
}

a:active {color: lightpurple;
}

img {max-width: 100%;
     display: block;
}

.rdec {color: lightpurple;
       font-size: 20px;
}

.highlight {background-color: lightgreen;
			color: black;
}
            