@charset "utf-8"; /* CSS Document */

p {font-family: verdana, arial; /* best fonts for websites : Verdana, Helvetica, Arial, Courier, Lato, Times New Roman */
   font-size: 50px;
   font-weight: bold;
   color: #ff5a00;} /* orange #ff5a00 black #000000, white #ffffff */
   
a {font-family: lato;
   font-size: 40px;
   font-weight: bold;
   text-decoration: underline;
   text-decoration-color: hotpink;
   color: blue;}
   
a:visited {color: forestgreen;}
