@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: #000000;} /* 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;}

h1 {font-family: verdana, arial; /* best fonts for websites : Verdana, Helvetica, Arial, Courier, Lato, Times New Roman */
   font-size: 100px;
   font-weight: bold;
   color: #ffffff;} /* orange #ff5a00 black #000000, white #ffffff */
   
   h2 {font-family: verdana, arial; /* best fonts for websites : Verdana, Helvetica, Arial, Courier, Lato, Times New Roman */
   font-size: 85px;
   font-weight: bold;
   color: #ffffff;} /* orange #ff5a00 black #000000, white #ffffff */
   
   h3 {font-family: verdana, arial; /* best fonts for websites : Verdana, Helvetica, Arial, Courier, Lato, Times New Roman */
   font-size: 70px;
   font-weight: bold;
   color: #ffffff;} /* orange #ff5a00 black #000000, white #ffffff */
   
   p {font-family: verdana, arial; /* best fonts for websites : Verdana, Helvetica, Arial, Courier, Lato, Times New Roman */
   font-size: 60px;
   font-weight: bold;
   color: #ffffff;} /* orange #ff5a00 black #000000, white #ffffff */