body {
    background-color: white;
}
h1 {
    color: blue;
    font-family: Helvetica;
    font-size: 60px;
}
p {
    color: black;
    font-family: helvetica;
    font-size: 22px
}
<!DOCTYPE html>
<html>
<head>
<style>
h1 {
    color: blue;
    font-family: Helvetica;
    font-size: 60px;
}
p  {
    color: black;
    font-family: helvetica;
    font-size: 22px;
}
</style>
</head>
<body>
</body>
</html>