document.write('
* {
padding-left: 10px;
}
p {
color: green;
size: 18px;
}
div {
background: grey;
}
#Age {
background: orange;
}
.marks {
background: yellow;
}
#Preference ul {
color: gold
}
.Gender p {
color: blue;
}
.Gender p:first-letter {
font-size: 40px;
}
a:link {
color: magenta;
}
a:visited {
color: green;
}
a:hover {
color: lightblue;
}
a:active {
color: black;
}
');