Edit in JSFiddle

<html>
<head>
<title>BStyle</title>
</head>
<body>
Plain Text: This is plain text.<br />
Bold Text:<b id="kk">This is not.</b>
</body>
</html>
#kk
{
font-family:comic sans ms;
font-size:30px;
color:green;
}