/*

                           ......							            David's
                      ...::::::::::...          ^^        Awesome 
..        ,'''',  ..:::::;;;;;;;;:::::::...         ^^		Website
:::.     ;,'''',;'''''''''''''''''''''''''''      __---""""-_
;;;;::.  ;| , ,|            __,--'""""--_       ,"  ..  . :. "-_.. ...
'''''''' (,  _)|)       _,-'..   :   :   "-.   /   .:  .: ': :. \:::::::..
          |.__,|  __--"".  .:'. ;' ..;. _-, \,'   .;' .:'  :. :. \;;;;;;;;::
         _\_   /"".....;:..:;...:::::_-"_-|-" ....;...:'   ':.';. \'''''''''';
___---""" _| _|:::::;;::::;:::::::_-"_-"-"\.:::::;:::;:::::::;::;:."-_     ,;
::::;;:::/  \  \;;;;;;;;;;;;;;;;-"_-"-"..;;\;;;;;;;;;;;;;;;;;;;;;:::::"-_-;;:.
;;;;;;;;|.   \ /|\___,----.__-"_-"___;;;;''_\__,---'"""""----._';;;;;;;;;"-___
--'"""--\:.|  ; |:\ ..::._-"_-"      """""'  \  ..::::::. .::. '""-._  _,-'""
..:..::..\:.\ : |_ "-__-"_-".:.. ..::::..::.. \       ...    .::::.. "" ..::.
----^----|\::"-_|_",-"_o"-----^------^---^-----\-----^--------------^---------
;;;;;;;;;|;"-_  /_'_OOO;;;;;;;;;;;;;;;;;;;;;;;;;\;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
::::^::::|;:. :-(/)'::::::::::::::v::::::::::::::\::::::::::::::::::::::::::::
.........|:::.: |"'...........................v..."-_...v.............v.......
         \____:_|       ^                            \_       ^
      ^  |;;;;:.|             ^      v                 "-_
   v     |@@0;;:|                                         "-_    v    ^
         \@@@0;;|   ^                         ^              "-_
         |@@;/0;|                                        v      "--___---_ -_
   ^    ^|@@;|0;|                    v                           (  ( ""' )  )
     _   |@@;|@;| _            ^         ^            ^           "-  ---  -"
  _-"_-"_|@@;|@;|-_""-_ -_                     v
 (  (  ( |@@;|@;|) )   )  )                                  ^      ^
  "-_"-_"-------"-" _-" -"
     "  """       ""            ^          v          v
   v          v         v
 */

 body {
    background-color: yellow;
 }

 h1 {
    font-family: "Comic Sans MS", cursive;
    color: magenta;
    font-size: 72pt;
    text-align:center;
 }

 h2 {
  font-family: "Helvetica" , Arial, sans-serif;
  color: cyan;
  font size: 48pt;
  text-align: center;
 }

 h3 {
  font-family: "Helvetica" , Arial, sans-serif;
  color: red;
  font size: 48pt;
  text-align: center;
 }

  h4 {
  font-family: "Helvetica" , Arial, sans-serif;
  color: black;
  font size: 48pt;
  }

 ul{
  list-style-type: none;
 }

  ol{
  list-style-type:;
 }

 p{
  font-family: "Comic Sans MS", cursive;
 }

 li2{
  font-weight: bold;
 }
