muchos problemas con los estilos css

hola a todos muchas gracis por siempre atender a mis dudas...

les escribo porq en mi web queria cambiar la letra de la que viene por defecto que es times new roman a verdana.

pero la verdad q se cambian en algunos lugares y en otros no...

he probado con todo lo q dice en la seción estilos css... alguien podria ayudarme??

mi web es: http://murialdo-basquet.onlinewebshop.net

y mis estilos css son:

* {margin:0px ; padding:0px ; border: 0px}
p {text-align: justify; font-family: arial }
h1 {font-size: 1.2em; color:white ; font-weight: bold ; font-family:verdana; text-decoration: underline ; text-align: center}
h2 {font-size: 17px; color:white ; font-weight: bold ; font-family:verdana; text-decoration: ; text-align: center}
h3{font-size: 17px; color:white ; font-weight: bold ; font-family:verdana; text-decoration: ; text-align: center}
h4{font-size: 17px; color:white ; font-weight: bold ; font-family:verdana; text-decoration: ; text-align: center}
h5{font-size: 17px; color:white ; font-weight: bold ; font-family:verdana; text-decoration: ; text-align: center}
a {color: orange; text-decoration: none;}
a:link {}
a:visited {}
a:hover {color:red; text-decoration: underline}
a:active {}
body {background-color: black; text-align: center}
#global1 {width:1024px; background-color: #000000 }
#global {width:800px;height:auto; margin: 4px auto; background-position: center}
#participa {background-position: left; margin: 204px 10px 0px 0px}
#cabecera { background-position: center;float:center;border-bottom: black 1px solid; width:798px; height:160px}
#logotipo {background-color: black ; width:350px ; float:left}
#publicidad {background-color: black; background-image: url(objetos/publicidad.JPG);background-repeat: no-repeat; width:448px;height:155px; float:right}
#navegacion {background-color: black; border-bottom: black 1px solid; border-right: black 1px solid; border-left: black 1px solid; height:40px; font-family:arial; font-size:13px;}
#navegacion li {float: left; liststyle: none; margin: 8px 25px 7px 25px}
#nacegacion ul {margin-left: 60px}
#contenido {background-image: url( objetos/basketball6_01.jpg);background-repeat: repeat; border-bottom: black 1px solid; border-right: black 1px solid; border-left: black 1px solid; widht: 800px; padding:30px 99px 30px 99px}
#contenido p {font-size:12px; font-family: Arial,Verdana,Helvetica,sans-serif; padding: 5px 10px 5px 10px; text-indent: 15px; color:#FF7F24}
#cuadro {background-color: black;margin: 30px 30px 30px 30px; float: center; width: 600px; background-position: center}
#menu {background-color: black; width: 150px ; float:left ; text-align:left ; margin: 20px 10px 3px 5px ; ; background-position: bottom ;padding-bottom:5px }
#menu li {list-style:none ; margin: 4px 8px 4px 6px }
#menu h1 {text-decoration:none ; font-size:12px ; padding-top:12px}
#cuadroplantilla {background-color: black; float: right; width: 600px; margin: 20px 20px 10px 10px; paddig:20px 20px 20px 20px}
#pie {background-color: black; border-right: black 1px solid; border-left: black 1px solid; border-top:black 10px solid; height: 69px}
#pie li {list-style: none; font-size: 12px}
#pieuno {float:left; width:150px}
#piedos {float:left; width:498px; height:65px; }
#pietres {float:left; width:150px}
#pie a {color: red; text-decoration:none ; display: block }
#pie a:link {}
#pie a:visited {}
#pie a:hover {color:withe ; text-decoration:underline ; background-color: withe }
#pie a:active {color:white}
#logotipo a {}
#logotipo a:link {}
#logotipo a:visited {}
#logotipo a:hover {background-color: white }
#logotipo a:active {}
p {font-family: Arial,Verdana,Helvetica,sans-serif}

Espero me puedan ayudar... desde ya muchas gracias
¡Hola! Creo que se como ayudarte:

como habras leido en el curso de Jorgens, deberas poner un aspecto en la hoja CSS con un asterisco * delante para que le navegador lo identifique primero, no?

pues bien, deberas poner (creo) lo de font-family:estilodeletra y el navegador cambiará el estilo de letra Times New Roman por, por ejemplo, Comic Sans MS.

Espero haberte sido de ayuda.
Hola muchas gracias por intentar ayudarme de verdad se valora mucho

tu dices que deberia colocar algo asi en mi hoja de estilos??

*p{font-family:Arial,Verdana,Helvetica,sans-serif}

lo intente pero no da resultados... estoy más q perdido jaja